VulkanFence

Undocumented in source.

Constructors

this
this(VkFence vkObj, VulkanDevice dev)
Undocumented in source.

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
void wait(Duration timeout)
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.
signaled
bool signaled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Fence

device
Device device [@property getter]

Get the parent device

signaled
bool signaled [@property getter]
Undocumented in source.
reset
void reset()
Undocumented in source.
wait
void wait(Duration timeout)
Undocumented in source.

Meta