splitBuffer
An array that works as a buffer to store all the ShadowSplitData structs you want to use for shadow casters culling.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public NativeArray<ShadowSplitData> splitBuffer
Remarks
This buffer is referred to by the LightShadowCasterCullingInfo.splitRange of each LightShadowCasterCullingInfo in ShadowCastersCullingInfos.perLightInfos.