gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
VulkanFence
gfx
vulkan
sync
Undocumented in source.
package
class
VulkanFence : VulkanDevObj!(VkFence, "DestroyFence"),
Fence
{
this
(VkFence vkObj, VulkanDevice dev);
Device
device
[@property getter];
bool
signaled
[@property getter];
void
reset
();
void
wait
(Duration timeout);
}
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
Source
See Implementation
gfx
vulkan
sync
classes
VulkanFence
VulkanSemaphore