Maps the :cl_name_version type of OpenCL
64
202 203 204
# File 'lib/opencl_ruby_ffi/opencl_ruby_ffi_base.rb', line 202 def name self[:name].to_s end
198 199 200
# File 'lib/opencl_ruby_ffi/opencl_ruby_ffi_base.rb', line 198 def version Version.from_int(self[:version]) end