Search Results for

    Show / Hide Table of Contents

    Struct PostProcessingGraphBatchItem.TextureCopy

    Copy from Output texture port to input texture port.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public struct PostProcessingGraphBatchItem.TextureCopy

    Fields

    From

    Output texture.

    Declaration
    public Texture From
    Field Value
    Type Description
    Texture

    FromTextureType

    Copy from render pipeline special textures.

    Declaration
    public PostProcessingGraphBatchItem.TextureCopy.FromTextureTypes FromTextureType
    Field Value
    Type Description
    PostProcessingGraphBatchItem.TextureCopy.FromTextureTypes

    To

    Input texture.

    Declaration
    public Texture To
    Field Value
    Type Description
    Texture

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX