Wiki Page Content

Revision 1 as of 2010-01-17 22:12:46

Clear message

DRAFT

SDL_GL_GetProcAddress

Use this function to get the address of an OpenGL function.

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


CategoryAPI, CategoryVideo

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit