clEnqueueCopyImageToBuffer ( command_queue src_image dst_buffer src_origin region dst_offset num_events_in_wait_list event_wait_list event -- cl_int )


Vocabulary
opencl.ffi

Inputs
command_queuean object
src_imagean object
dst_bufferan object
src_originan object
regionan object
dst_offsetan object
num_events_in_wait_listan object
event_wait_listan object
eventan object


Outputs
cl_intan object


Definition


LIBRARY: opencl FUNCTION: cl_int clEnqueueCopyImageToBuffer
( cl_command_queue command_queue, cl_mem src_image, cl_mem
dst_buffer, size_t** src_origin, size_t** region, size_t
dst_offset, cl_uint num_events_in_wait_list, cl_event*
event_wait_list, cl_event* event )