Open
Description
Add an opengl_sync_event
class which supports creating OpenCL events from OpenGL sync objects using the clCreateEventFromGLsyncKHR() function. It should inherit from the boost::compute::event
class so that it can be used just like any other event.