SDL_UnloadObject

Unload a shared object from memory.

Note that any pointers from this object looked up through ($D SDL_LoadFunction) will no longer be valid.

extern (C) nothrow @nogc extern
void
SDL_UnloadObject

Parameters

handle SDL_SharedObject*

A valid shared object handle returned by SDL_LoadObject.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta