Operating systems, development tools, and professional services
for connected embedded systems

QNX Developer Support

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

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]