Struct SubviewOcclusionTest
Parameter structure for passing to GPUResidentDrawer.InstanceOcclusionTest.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.GPUDriven.Runtime.dll
Syntax
public struct SubviewOcclusionTest
Fields
cullingSplitIndex
The split index to read from the CPU culling output.
Declaration
public int cullingSplitIndex
Field Value
Type | Description |
---|---|
int |
occluderSubviewIndex
The occluder subview to occlusion test against.
Declaration
public int occluderSubviewIndex
Field Value
Type | Description |
---|---|
int |