bindbc.sdl.bind.sdlloadso

Undocumented in source.

Members

Aliases

pSDL_LoadFunction
alias pSDL_LoadFunction = void* function(void* handle, const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LoadObject
alias pSDL_LoadObject = void* function(const(char)* sofile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_UnloadObject
alias pSDL_UnloadObject = void function(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_LoadFunction
void* SDL_LoadFunction(void* handle, const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LoadObject
void* SDL_LoadObject(const(char)* sofile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_UnloadObject
void SDL_UnloadObject(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_LoadFunction
pSDL_LoadFunction SDL_LoadFunction;
Undocumented in source.
SDL_LoadObject
pSDL_LoadObject SDL_LoadObject;
Undocumented in source.
SDL_UnloadObject
pSDL_UnloadObject SDL_UnloadObject;
Undocumented in source.

Meta