Function cl_create_command_queue

Source
pub unsafe fn cl_create_command_queue(
    context: cl_context,
    device: cl_device_id,
    flags: cl_command_queue_properties,
) -> Output<cl_command_queue>
Expand description

Creates a new cl_command_queue.

ยงSafety

Usage of an invalid ClObject is undefined behavior.