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

glGetGLPhInfoQNX()

Get info on this GLPh renderer

Synopsis:

int glGetGLPhInfoQNX( GLPhInfo_t *  info )

Arguments:

info
A pointer to a GLPhInfo_t structure that the function fills in.

Library:

GL

Description:

Use this function to obtain information about the GLPh renderer. The GLPHInfo_t structure contains an integer version member, which you can check to see the version of the GLPh renderer.

Returns:

0 on success, -1 on error

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]