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

glSetPhotonRidQNX()

Set the current region for a QNXGL buffer

Synopsis:

void glSetPhotonRidQNX( qnxgl_bufs_t *bufs,
                        PhRid_t rid );

Arguments:

bufs
A pointer to the qnxgl_bufs_t QNXGL buffers you wish to modify.
rid
The Photon region ID that the QNXGL buffer will use.

Library:

GL

Description:

This function gets the Photon region ID for the region that is tracking a QNXGL buffer.

Classification:

Neutrino

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

See also:

glGetPhotonRidQNX(), 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]