godot/modules/raycast
Rémi Verschelde 70ae90e0e8
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.

Backport of #48239.
2021-04-29 12:34:11 +02:00
..
config.py SCons: Work around compilation issue on Linux ARM64 2021-02-23 14:08:45 +01:00
godot_update_embree.py Add Embree thirdparty library 2021-01-14 18:02:07 +01:00
lightmap_raycaster.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
lightmap_raycaster.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.cpp CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
SCsub embree: Allow building against system library on Linux 2021-04-22 17:06:28 +02:00