[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

qnxgl_finish()

Shut down the QNX OpenGL compatible API

Synopsis:

void qnxgl_finish( void );

Library:

qnxgl

Description:

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).

Examples:

See the code example in the OpenGL section of "Raw Drawing and Animation" in the Photon Programmer's Guide.

Classification:

Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

qnxgl_init()

"OpenGL" section of the Raw Drawing and Animation chapter in the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]