getGLProcAddress

Wraps SDL_GL_GetProcAddress which gets the pointer to a certain OpenGL function

@safe @system
void*
getGLProcAddress
(
string proc
)

Parameters

proc string

symbol name of the requested OpenGL function

Return Value

Type: void*

function pointer of the requested OpenGL function, otherwise null if not found

Meta