- flags
const(Flag[]) flags()
- mapBuffer
MemoryMap mapBuffer(CLCommandQueue queue, MapFlag mode, size_t offset, size_t cb, bool blocking, CLEvent[] wait_list, CLEvent* event)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
void[] read(CLCommandQueue queue, size_t size, size_t offset, bool blocking, CLEvent[] wait_list, CLEvent* event)
- readTo
void readTo(CLCommandQueue queue, void[] buffer, size_t offset, bool blocking, CLEvent[] wait_list, CLEvent* event)
- selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(CLCommandQueue queue, void[] buffer, size_t offset, bool blocking, CLEvent[] wait_list, CLEvent* event)