Class SemaphoreVulkan
Inheritance
SemaphoreVulkan
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.h
Syntax
public class SemaphoreVulkan
Constructors
~SemaphoreVulkan()
SemaphoreVulkan(GPUDeviceVulkan* device)
Initializes a new instance of the SemaphoreVulkan class.
Declaration
public SemaphoreVulkan(GPUDeviceVulkan* device)
Parameters
GPUDeviceVulkan
device
The graphics device. |
Methods
GetHandle()
Gets the handle.
Declaration
public VkSemaphore GetHandle() const
Returns
VkSemaphore
The semaphore. |