gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
VulkanSemaphore
gfx
vulkan
sync
Undocumented in source.
package
class
VulkanSemaphore : VulkanDevObj!(VkSemaphore, "DestroySemaphore"),
Semaphore
{
this
(VkSemaphore vkObj, VulkanDevice dev);
Device
device
[@property getter];
}
Constructors
this
this
(VkSemaphore vkObj, VulkanDevice dev)
Undocumented in source.
Members
Properties
device
Device
device
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Semaphore
device
Device
device
[@property getter]
Get the parent device
Meta
Source
See Implementation
gfx
vulkan
sync
classes
VulkanFence
VulkanSemaphore