clEnqueueCopyBufferToImage ( command_queue src_buffer dst_image src_offset dst_origin region num_events_in_wait_list event_wait_list event -- cl_int )


Vocabulary
opencl.ffi

Inputs
command_queuean object
src_bufferan object
dst_imagean object
src_offsetan object
dst_originan object
regionan object
num_events_in_wait_listan object
event_wait_listan object
eventan object


Outputs
cl_intan object


Definition


LIBRARY: opencl FUNCTION: cl_int clEnqueueCopyBufferToImage
( cl_command_queue command_queue, cl_mem src_buffer, cl_mem
dst_image, size_t src_offset, size_t** dst_origin, size_t**
region, cl_uint num_events_in_wait_list, cl_event*
event_wait_list, cl_event* event )