This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get a pointer to an OpenGL extension function
void* qnxgl_get_func( const char * func, qnxglc_t * gc, int n );
qnxgl
This function returns a pointer to an OpenGL function. You primarily use this to access extension functions once an OpenGL extension has been detected.
If gc is NULL, then the function uses n to determine which renderer to query for the function.
The pointer to the function you requested, or NULL on failure.
Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
"OpenGL" section of the Raw Drawing and Animation chapter in the Photon Programmer's Guide