clCreateContextFromType ( properties device_type pfn_notify user_data errcode_ret -- cl_context )


Vocabulary
opencl.ffi

Inputs
propertiesan object
device_typean object
pfn_notifyan object
user_dataan object
errcode_retan object


Outputs
cl_contextan object


Definition


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 )