VCommandBuffer

Undocumented in source.

Alias This

commandBuffer

Members

Enums

Type
enum Type
Undocumented in source.

Functions

begin
void begin()
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void begin(CommandBuffer.BeginInfo.Flags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
auto opCall(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplReleaseOwn
Undocumented in source.

Static functions

allocate
VCommandBuffer[] allocate(Type type, CommandBufferLevel level, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
allocate
VCommandBuffer allocate(Type type, CommandBufferLevel level)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

commandBuffer
CommandBuffer commandBuffer;
Undocumented in source.

Mixed In Members

From mixin ImplReleaseOwn

~this
~this()
Undocumented in source.

Meta