Class: OpenCL::CommandQueue::PriorityKHR

Inherits:
Enum
  • Object
show all
Defined in:
lib/opencl_ruby_ffi/khr/priority_hints.rb

Constant Summary collapse

HIGH_KHR =
(1 << 0)
MED_KHR =
(1 << 1)
LOW_KHR =
(1 << 2)

Method Summary

Methods inherited from Enum

#==, #coerce, #initialize, #inspect, #is?, #name, #to_i, #to_int, #to_s, #val=

Constructor Details

This class inherits a constructor from OpenCL::Enum