Search Results for

    Show / Hide Table of Contents

    Class PostProcessingGraphBatchItem

    Represents a post-processing graph node.

    Inheritance
    object
    PostProcessingGraphBatchItem
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class PostProcessingGraphBatchItem

    Constructors

    PostProcessingGraphBatchItem()

    Initializes a new instance of the PostProcessingGraphBatchItem class.

    Declaration
    public PostProcessingGraphBatchItem()

    Fields

    ComputeShaderResourceSetters

    The tag setter instance.

    Declaration
    public MaterialResourceSetters ComputeShaderResourceSetters
    Field Value
    Type Description
    MaterialResourceSetters

    ComputeTask

    The computation task.

    Declaration
    public ComputeTask ComputeTask
    Field Value
    Type Description
    ComputeTask

    Copies

    Gets the texture to copy list.

    Declaration
    public List<PostProcessingGraphBatchItem.TextureCopy> Copies
    Field Value
    Type Description
    List<PostProcessingGraphBatchItem.TextureCopy>

    Name

    Item name (debug purposes).

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Resources

    Input resources.

    Declaration
    public List<PostProcessingGraphBatchItem.TextureResource> Resources
    Field Value
    Type Description
    List<PostProcessingGraphBatchItem.TextureResource>

    ThreadGroupX

    Represents a thread group X.

    Declaration
    public uint ThreadGroupX
    Field Value
    Type Description
    uint

    ThreadGroupY

    Thread group Y.

    Declaration
    public uint ThreadGroupY
    Field Value
    Type Description
    uint

    ThreadGroupZ

    Thread Group Z.

    Declaration
    public uint ThreadGroupZ
    Field Value
    Type Description
    uint

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX