BatchCullingOutput
Contains the output data where OnPerformCulling will write draw commands into.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public struct BatchCullingOutput
Fields
Value | Description |
|---|---|
| customCullingResult | Optional pointer to custom culling result data. |
| drawCommands | A single-element array of BatchCullingOutputDrawCommands that OnPerformCulling can write into without unnecessary copying. |