instanceSortingPositionFloatCount
If BatchDrawCommandFlags.HasSortingPosition is set for one or more draw commands, this contains float3 world-space positions that Unity uses for depth sorting.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public int instanceSortingPositionFloatCount
Remarks
You must set this in the BatchRendererGroup.OnPerformCulling callback.
Note: The number of elements is expressed in floats. Because Unity expects three floats per instance, you should set this value to three times the number of depth-sorted instances.