VQueue

Undocumented in source.

Constructors

this
this(Queue queue)
Undocumented in source.

Alias This

queue

Members

Enums

Type
enum Type
Undocumented in source.

Functions

submit
void submit(CommandBuffer commandBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
submitWithFence
VFence submitWithFence(CommandBuffer commandBuffer, VFence fence)
Undocumented in source. Be warned that the author may not have intended to support it.
submitWithFence
VFence submitWithFence(CommandBuffer commandBuffer, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplReleaseOwn
Undocumented in source.

Static functions

opCall
VQueue opCall(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

queue
Queue queue;
Undocumented in source.

Mixed In Members

From mixin ImplReleaseOwn

~this
~this()
Undocumented in source.

Meta