docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ImageFilters.BlitParams

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.XR.CompositionLayers.Rendering
    Assembly: Unity.XR.CompositionLayers.dll
    Syntax
    public struct ImageFilters.BlitParams

    Constructors

    BlitParams(Texture)

    Declaration
    public BlitParams(Texture sourceTexture)
    Parameters
    Type Name Description
    Texture sourceTexture

    BlitParams(Texture, int)

    Declaration
    public BlitParams(Texture sourceTexture, int sourceTextureArraySlice)
    Parameters
    Type Name Description
    Texture sourceTexture
    int sourceTextureArraySlice

    Fields

    alphaMode

    Declaration
    public ImageFilters.AlphaMode alphaMode
    Field Value
    Type Description
    ImageFilters.AlphaMode

    destRect

    Declaration
    public Rect destRect
    Field Value
    Type Description
    Rect

    foveatedRenderingInfo

    Declaration
    public IntPtr foveatedRenderingInfo
    Field Value
    Type Description
    IntPtr

    renderPipeline

    Declaration
    public ImageFilters.RenderPipeline renderPipeline
    Field Value
    Type Description
    ImageFilters.RenderPipeline

    sourceHdrParams

    Declaration
    public ImageFilters.HDRParams sourceHdrParams
    Field Value
    Type Description
    ImageFilters.HDRParams

    sourceRect

    Declaration
    public Rect sourceRect
    Field Value
    Type Description
    Rect

    sourceTexture

    Declaration
    public Texture sourceTexture
    Field Value
    Type Description
    Texture

    sourceTextureArraySlice

    Declaration
    public int sourceTextureArraySlice
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)