[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_release_info()

Destroy a qnxgl_info_t

Synopsis:

void qnxgl_release_info( qnxgl_info_t * info );

Arguments:

info
A pointer to the qnxgl_info_t you wish to destroy.

Library:

qnxgl

Description:

This function ensures that a qnxgl_info_t's resources are properly released. You can get a qnxgl_info_t with a call to qnxgl_get_info()

Classification:

Neutrino

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

See also:

qnxgl_get_info()

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


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