Search Results for

    Show / Hide Table of Contents

    Struct GPUDeviceLock

    Utility structure to safety graphics device locking.

    Inherited Members
    NonCopyable::NonCopyable()
    NonCopyable::NonCopyable(const NonCopyable& )
    NonCopyable::operator=(const NonCopyable& )
    Assembly: FlaxEngine.dll
    File: Engine/Graphics/GPUDevice.h
    Syntax
    public struct GPUDeviceLock : public NonCopyable

    Constructors

    ~GPUDeviceLock()

    Declaration
    public ~GPUDeviceLock()

    GPUDeviceLock(const GPUDevice* device)

    Declaration
    public GPUDeviceLock(const GPUDevice* device)
    Parameters
    GPUDevice device

    Fields

    Device

    Declaration
    public GPUDevice* Device
    Field Value
    GPUDevice

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