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
Syntax
public struct PreTileFields
planeBottom
The bottom plane.
Declaration
public float4 planeBottomField Value
| Type | Description | 
|---|---|
| float4 | 
planeLeft
The left plane.
Declaration
public float4 planeLeftField Value
| Type | Description | 
|---|---|
| float4 | 
planeRight
The right plane.
Declaration
public float4 planeRightField Value
| Type | Description | 
|---|---|
| float4 | 
planeTop
The top plane.
Declaration
public float4 planeTopField Value
| Type | Description | 
|---|---|
| float4 |