Handbook
Glossary
clCreateCommandQueue ( context device properties errcode_ret -- cl_command_queue )
Vocabulary
opencl
.
ffi
Inputs
context
an
object
device
an
object
properties
an
object
errcode_ret
an
object
Outputs
cl_command_queue
an
object
Definition
USING:
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_command_queue
clCreateCommandQueue
(
cl_context
context,
cl_device_id
device,
cl_command_queue_properties
properties, cl_int* errcode_ret
)