ShadowCastersCullingInfos
This structure contains the information to perform shadow casters culling for one camera.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public struct ShadowCastersCullingInfos
Remarks
Additional Resources: ScriptableRenderContext.CullShadowCasters.
Fields
Value | Description |
|---|---|
| perLightInfos | An array of LightShadowCasterCullingInfo. |
| splitBuffer | An array that works as a buffer to store all the ShadowSplitData structs you want to use for shadow casters culling. |