SDL/include
Sam Lantinga ff1d351390 Removed SDL_FreeTemporaryMemory()
This was just causing confusion and anxiety. SDL temporary memory will be automatically freed on the main thread when processing events and on other threads when it ages out after a second. The application can free it directly by calling SDL_ClaimTemporaryMemory() to get ownership of the pointer, if necessary.
2024-07-22 07:34:25 -07:00
..
SDL3 Removed SDL_FreeTemporaryMemory() 2024-07-22 07:34:25 -07:00
build_config android: enable vulkan renderer 2024-07-13 08:16:26 -07:00