- enqueue
auto enqueue(size_t[] globalWorkSize, size_t[] globalWorkOffset, size_t[] localWorkSize, Event[] waitList)
Undocumented in source.
- finish
Queue finish()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
Queue flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
Event read(Buffer!T buffer, T[] data, Flag!"Blocking" blocking, size_t offset, Event[] waitList)
Undocumented in source. Be warned that the author may not have intended to support it.
- release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
- retain
void retain()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
Event write(Buffer!T buffer, T[] data, Flag!"Blocking" blocking, size_t offset, Event[] waitList)
Undocumented in source. Be warned that the author may not have intended to support it.