CLBuffer

Undocumented in source.

Constructors

this
this(CLContext ctx, BufferMeta buffer_meta, MemFlag flag, void[] host_data)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

download
void download(void[] data, SyncMode block_queue, int command_queue)
Undocumented in source. Be warned that the author may not have intended to support it.
getCObject
cl_mem getCObject()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
metaData
BufferMeta metaData()
Undocumented in source. Be warned that the author may not have intended to support it.
upload
void upload(const(void)[] data, SyncMode block_queue, int command_queue)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
int validate()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta