This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Destroy a set of buffers
void qnxgl_buffers_destroy( qnxgl_bufs_t * bufs)
qnxgl
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.
See the code example in the OpenGL section of "Raw Drawing and Animation" in the Photon Programmer's Guide.
Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
"OpenGL" section of the Raw Drawing and Animation chapter in the Photon Programmer's Guide