This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Shut down the QNX OpenGL compatible API
void qnxgl_finish( void );
qnxgl
This function shuts down the QNX OpenGL compatible API. You must call this function once the application is finished using OpenGL. It's a good idea to call qnxgl_finish() during unexpected termination of an application as well (such as in signal handlers and atexit() type functions).
See the code example in the OpenGL section of "Raw Drawing and Animation" in the Photon Programmer's Guide.
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