cl-queue-write-buffer ( buffer-range alien dependent-events -- event )
OpenCL

Prev:cl-write-buffer ( buffer-range byte-array -- )
Next:<cl-program> ( options strings -- program )


Vocabulary
opencl

Inputs
buffer-rangea cl-buffer-range
alienan alien
dependent-eventsa sequence of events


Outputs
eventa cl-event


Word description
Queue a write operation from alien to buffer-range. Dependent events can be passed to order the operation relative to other operations.

Definition