Search Results for

    Show / Hide Table of Contents

    Struct GPUPipelineStateKeyDX12

    Inherited Members
    GPUPipelineStateKeyDX12
    Assembly: FlaxEngine.dll
    File: Engine/GraphicsDevice/DirectX/DX12/GPUPipelineStateDX12.h
    Syntax
    public struct GPUPipelineStateKeyDX12

    Fields

    DepthFormat

    Declaration
    public PixelFormat DepthFormat
    Field Value
    PixelFormat

    MSAA

    Declaration
    public MSAALevel MSAA
    Field Value
    MSAALevel

    RTsCount

    Declaration
    public int32 RTsCount
    Field Value
    int32

    RTVsFormats

    Declaration
    public PixelFormat RTVsFormats[GPU_MAX_RT_BINDED]
    Field Value
    PixelFormat

    VertexLayout

    Declaration
    public GPUVertexLayout* VertexLayout
    Field Value
    GPUVertexLayout

    Methods

    operator==(const GPUPipelineStateKeyDX12& other)

    Declaration
    public bool operator==(const GPUPipelineStateKeyDX12& other) const
    Parameters
    GPUPipelineStateKeyDX12 other

    Returns
    bool

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