docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct STP.PerViewConfig

    STP configuration data that varies per rendered view

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public struct STP.PerViewConfig

    Fields

    currentProj

    Non-Jittered projection matrix for the current frame Used by the static geometry reprojection feature

    Declaration
    public Matrix4x4 currentProj
    Field Value
    Type Description
    Matrix4x4

    currentView

    View matrix for the current frame Used by the static geometry reprojection feature

    Declaration
    public Matrix4x4 currentView
    Field Value
    Type Description
    Matrix4x4

    lastLastProj

    Non-Jittered projection matrix for the frame before the previous frame Used by the static geometry reprojection feature

    Declaration
    public Matrix4x4 lastLastProj
    Field Value
    Type Description
    Matrix4x4

    lastLastView

    View matrix for the frame before the previous frame Used by the static geometry reprojection feature

    Declaration
    public Matrix4x4 lastLastView
    Field Value
    Type Description
    Matrix4x4

    lastProj

    Non-Jittered projection matrix for the previous frame Used by the static geometry reprojection feature

    Declaration
    public Matrix4x4 lastProj
    Field Value
    Type Description
    Matrix4x4

    lastView

    View matrix for the previous frame Used by the static geometry reprojection feature

    Declaration
    public Matrix4x4 lastView
    Field Value
    Type Description
    Matrix4x4

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    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)