Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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:
"OpenGL" section of the Raw Drawing and Animation chapter in the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)