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

Get a pointer to the current QNXGL context

Synopsis:

qnxglc_t* qnxgl_get_current  (  void    )

Library:

qnxgl

Description:

This function returns the a pointer to the currently active QNXGL context. If this is NULL, then there is no currently active QNXGL context.

Returns:

A pointer to the current qnxglc_t QNXGL context.

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] [Contents] [Index] [Next]