DRAFT |
SDL_GL_GetProcAddress
Use this function to get the address of an OpenGL function.
Contents
Syntax
void* SDL_GL_GetProcAddress(const char* proc)
Function Parameters
proc |
a pointer to an OpenGL function |
Return Value
*Is there a RV for void*? The OpenGL function is passed to the callback function.???*
Code Examples
You can add your code example here
Remarks
You can add useful comments here
