Class: OpenCL::Kernel::Arg::AccessQualifier

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

Overview

Enum that maps the :cl_kernel_arg_access_qualifier type

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

Constant Summary collapse

READ_ONLY =
0x11A0
WRITE_ONLY =
0x11A1
READ_WRITE =
0x11A2
NONE =
0x11A3