Module: OpenCL::Context::KHRGLEvent

Included in:
OpenCL::Context
Defined in:
lib/opencl_ruby_ffi/khr/gl_event.rb

Instance Method Summary collapse

Instance Method Details

#create_event_from_glsync_khr(sync) ⇒ Object Also known as: create_event_from_GLsync_KHR



26
27
28
# File 'lib/opencl_ruby_ffi/khr/gl_event.rb', line 26

def create_event_from_glsync_khr( sync )
  return OpenCL.create_event_from_glsync_khr( self, sync )
end