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

glGetPhotonRidQNX()

Get the current region for a QNXGL buffer

Synopsis:

PhRid_t glGetPhotonRidQNX( qnxgl_bufs_t *  bufs )

Arguments:

bufs
A pointer to the qnxgl_bufs_t QNXGL buffers to query.

Library:

GL

Description:

This function returns the region ID that Photon is using for the bufs array.

Returns:

A PhRid_t that is the region ID of the QNXGL buffer.

Classification:

Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

glSetPhotonRidQNX(), qnxgl_buffers_create()

The Regions chapter and the "OpenGL" section of the Raw Drawing and Animation chapter in the Photon Programmer's Guide


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