SDL_UnloadObject - Man Page
Unload a shared object from memory.
Synopsis
#include <SDL3/SDL_loadso.h> void SDL_UnloadObject(SDL_SharedObject *handle);
Description
Note that any pointers from this object looked up through SDL_LoadFunction() will no longer be valid.
Function Parameters
- handle
a valid shared object handle returned by SDL_LoadObject().
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_LoadObject(3), SDL_SharedObject.3type(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS