Class: OpenCL::Program::BinaryType

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

Overview

Enum that maps the :cl_program_binary_type 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

NONE =
0x0
COMPILED_OBJECT =
0x1
LIBRARY =
0x2
EXECUTABLE =
0x4
INTERMEDIATE =
0x40E1