Search Results for

    Show / Hide Table of Contents

    Class SemaphoreVulkan

    Inheritance
    SemaphoreVulkan
    Assembly: FlaxEngine.dll
    File: Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.h
    Syntax
    public class SemaphoreVulkan

    Constructors

    ~SemaphoreVulkan()

    Finalizes an instance of the SemaphoreVulkan class.

    Declaration
    public ~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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat