Handbook
Glossary
clSetCommandQueueProperty ( command_queue properties enable old_properties -- cl_int )
Vocabulary
opencl
.
ffi
Inputs
command_queue
an
object
properties
an
object
enable
an
object
old_properties
an
object
Outputs
cl_int
an
object
Definition
USING:
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_int
clSetCommandQueueProperty
(
cl_command_queue
command_queue,
cl_command_queue_properties
properties,
cl_bool
enable,
cl_command_queue_properties* old_properties )