Struct RenderOutputProperties
Properties computed during a frame rendering.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public struct RenderOutputProperties
Constructors
Name | Description |
---|---|
RenderOutputProperties(Vector2Int, Matrix4x4, Matrix4x4) | Creates a new FrameProperties. |
Fields
Name | Description |
---|---|
cameraToWorldMatrixRHS | World to camera matrix. (Right Hand Side). |
outputSize | The size of the output in pixels. |
projectionMatrix | Projection matrix. |