Example.RaiiCmdBuf

Utility command buffer for a one time submission that automatically submit when disposed. Generally used for transfer operations, or image layout change.

Constructors

this
this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

get
CommandBuffer get [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cmdBuf
PrimaryCommandBuffer cmdBuf;
Undocumented in source.
pool
Rc!CommandPool pool;
Undocumented in source.

Inherited Members

From AtomicRefCounted

dispose
void dispose()
Undocumented in source.

Meta