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

QNX Developer Support

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

qnxgl_get_info()

Get the information structure for an OpenGL renderer

Synopsis:

qnxgl_info_t* qnxgl_get_info  (  int  n   )

Arguments:

n
The index of the OpenGL renderer you wish to query.

Library:

qnxgl

Description:

This function returns an allocated qnxgl_info_t for an OpenGL renderer at index n.

You must release the returned qnxgl_info_t with qnxgl_release_info().

Returns:

A pointer to a qnxgl_info_t, or NULL 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]