[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_buffers_destroy()

Destroy a set of buffers

Synopsis:

void qnxgl_buffers_destroy( qnxgl_bufs_t * bufs)

Arguments:

bufs
A qnxgl_bufs_t pointer to the set of buffers to destroy.

Library:

qnxgl

Description:

This function destroys a set of buffers created by qnxgl_buffers_create(). You can't use any QNXGL contexts referencing this buffer after it has been destroyed.

Examples:

See the code example in the OpenGL section of "Raw Drawing and Animation" in the Photon Programmer's Guide.

Classification:

Neutrino

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

See also:

qnxgl_buffers_create()

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


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