Queue

Undocumented in source.

Constructors

this
this(Device device, VkQueue queue)
Undocumented in source.

Members

Functions

present
void present(PresentInfo _info)
Undocumented in source. Be warned that the author may not have intended to support it.
submit
void submit(SubmitInfo[N] _info, Fence _fence)
Undocumented in source. Be warned that the author may not have intended to support it.
waitIdle
void waitIdle()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplNameSetter!(device, queue, DebugReportObjectType.Queue)
Undocumented in source.
__anonymous
mixin VkTo!(VkQueue)
Undocumented in source.

Structs

PresentInfo
struct PresentInfo
Undocumented in source.
SubmitInfo
struct SubmitInfo
Undocumented in source.

Variables

queue
VkQueue queue;
Undocumented in source.

Meta