Function getGLProcAddress
Wraps SDL_GL_GetProcAddress which gets the pointer to a certain OpenGL function
void* getGLProcAddress
(
string proc
);
Parameters
| Name | Description |
|---|---|
| proc | symbol name of the requested OpenGL function |
Returns
function pointer of the requested OpenGL function, otherwise null if not found