Enum OcclusionTest
The type of occlusion test
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.GPUDriven.Runtime.dll
Syntax
public enum OcclusionTest
Fields
Name | Description |
---|---|
None | No occlusion test, all instances are visible. |
TestAll | Test all instances against the latest occluders. |
TestCulled | Only test the culled objects from the previous pass. |