Search Results for

    Show / Hide Table of Contents

    Class GPUResourceDX11

    GPU resource implementation for DirectX 11 backend.

    Inheritance
    BaseType
    GPUResourceBase
    GPUResourceDX11
    Inherited Members
    GPUResourceBase::_device
    GPUResourceBase::GetDevice()
    IGPUResourceDX11::GetResource()
    GPUResourceBase::GPUResourceBase(DeviceType* device, const StringView& name)
    GPUResourceBase::OnDeviceDispose()
    GPUResourceBase::~GPUResourceBase()
    Assembly: FlaxEngine.dll
    File: Engine/GraphicsDevice/DirectX/DX11/GPUDeviceDX11.h
    Syntax
    public class GPUResourceDX11<BaseType> : public GPUResourceBase, public IGPUResourceDX11
    Type Parameters
    BaseType

    Constructors

    GPUResourceDX11(GPUDeviceDX11* device, const StringView& name)

    Initializes a new instance of the GPUResourceDX11 class.

    Declaration
    public GPUResourceDX11(GPUDeviceDX11* device, const StringView& name) noexcept
    Parameters
    GPUDeviceDX11 device

    The graphics device.

    StringView name

    The resource name.

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