TSdlFreeFunc
A callback used to implement SdlFree.
SDL will always ensure that the passed AMem
is a non-nil pointer.
Definition
Unit: Neslib.Sdl3.Additional
Parameters
AMem
: Pointer
: A pointer to allocated memory.
See Also
Remarks
It should be safe to call this callback from any thread.