Search Results for

    Show / Hide Table of Contents

    Class GPUResourceType

    GPU resources types.

    Inheritance
    System.Object
    GPUResourceType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class GPUResourceType : Enum

    Fields

    Buffer

    GPU buffer

    Declaration
    public const GPUResourceType Buffer
    Field Value
    GPUResourceType

    CubeTexture

    GPU cube texture (cubemap)

    Declaration
    public const GPUResourceType CubeTexture
    Field Value
    GPUResourceType

    Descriptor

    GPU binding descriptor

    Declaration
    public const GPUResourceType Descriptor
    Field Value
    GPUResourceType

    MAX

    The count of items in the GPUResourceType enum.

    Declaration
    public const GPUResourceType MAX
    Field Value
    GPUResourceType

    PipelineState

    GPU pipeline state object (PSO)

    Declaration
    public const GPUResourceType PipelineState
    Field Value
    GPUResourceType

    Query

    GPU timer query

    Declaration
    public const GPUResourceType Query
    Field Value
    GPUResourceType

    RenderTarget

    GPU render target texture

    Declaration
    public const GPUResourceType RenderTarget
    Field Value
    GPUResourceType

    Sampler

    GPU texture sampler

    Declaration
    public const GPUResourceType Sampler
    Field Value
    GPUResourceType

    Shader

    GPU shader

    Declaration
    public const GPUResourceType Shader
    Field Value
    GPUResourceType

    Texture

    GPU texture

    Declaration
    public const GPUResourceType Texture
    Field Value
    GPUResourceType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    VolumeTexture

    GPU volume texture (3D)

    Declaration
    public const GPUResourceType VolumeTexture
    Field Value
    GPUResourceType

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat