[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_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]