pub fn get_command_queue_data(
command_queue: cl_command_queue,
param_name: cl_command_queue_info,
) -> Result<Vec<u8>, cl_int>Expand description
Get data about an OpenCL command-queue.
Calls clGetCommandQueueInfo to get the desired data about the command-queue.