Struct PreTile
Precomputed tile data. Tile left, right, bottom and top plane equations in view space. Normals are pointing out.
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public struct PreTile
Fields
Name | Description |
---|---|
planeBottom | The bottom plane. |
planeLeft | The left plane. |
planeRight | The right plane. |
planeTop | The top plane. |