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_acquire_gl_objects

boost::compute::opengl_enqueue_acquire_gl_objects

Synopsis

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


event opengl_enqueue_acquire_gl_objects(const uint_ num_objects, 
                                        const cl_mem * mem_objects, 
                                        command_queue & queue, 
                                        const wait_list & events = wait_list());

Description

Enqueues a command to acquire the specified OpenGL memory objects.

See the documentation for clEnqueueAcquireGLObjects() for more information.


PrevUpHomeNext