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 Semaphore
Declaration
public SemaphoreVulkan(GPUDeviceVulkan* device)
Parameters
GPUDevice The graphics device. |
Methods
GetHandle()
Gets the handle.
Declaration
public VkSemaphore GetHandle() const
Returns
Vk The semaphore. |