Handbook
Glossary
clCreateContextFromType ( properties device_type pfn_notify user_data errcode_ret -- cl_context )
Vocabulary
opencl
.
ffi
Inputs
properties
an
object
device_type
an
object
pfn_notify
an
object
user_data
an
object
errcode_ret
an
object
Outputs
cl_context
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_context
clCreateContextFromType
( cl_context_properties* properties,
cl_device_type
device_type,
cl_create_context_cb
pfn_notify, void*
user_data, cl_int* errcode_ret )