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

QNX Developer Support

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

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]