Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Function opengl_enqueue_release_buffer

boost::compute::opengl_enqueue_release_buffer

Synopsis

// In header: <boost/compute/interop/opengl/acquire.hpp>


event opengl_enqueue_release_buffer(const opengl_buffer & buffer, 
                                    command_queue & queue, 
                                    const wait_list & events = wait_list());

Description

Enqueues a command to release the specified OpenGL buffer.

See the documentation for clEnqueueReleaseGLObjects() for more information.


PrevUpHomeNext