VulkanQueue

Undocumented in source.

Constructors

this
this(VkQueue vkObj, VulkanDevice dev, uint index)
Undocumented in source.

Members

Functions

present
void present(Semaphore[] waitSems, PresentRequest[] prs)
Undocumented in source. Be warned that the author may not have intended to support it.
submit
void submit(Submission[] submissions, 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.

Properties

device
Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
uint index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vk
VkDeviceCmds vk [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vkObj
VkQueue vkObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Queue

device
Device device [@property getter]
Undocumented in source.
index
uint index [@property getter]
Undocumented in source.
waitIdle
void waitIdle()
Undocumented in source.
submit
void submit(Submission[] submissions, Fence fence)
Undocumented in source.
present
void present(Semaphore[] waitSems, PresentRequest[] prs)
Undocumented in source.

Meta