Struct STP.PerViewConfig
STP configuration data that varies per rendered view
Inherited Members
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 |