BatchCullingContext

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Culling context for a batch.

Specifies the data required to perform culling. Additional resources: OnPerformCulling.

Properties

batchVisibilityVisibility information for the batch.
cullingMatrixCulling matrix.
cullingPlanesPlanes to cull against.
lodParametersAdditional resources: LODParameters.
nearPlaneThe near frustum plane for this culling context.
visibleIndicesArray of visible indices for all the batches in the group.
visibleIndicesYArray of uints containing extra data for the visible indices for all the batches in the group. Elements in this array correspond to elements in BatchCullingContext.visibleIndices.

Did you find this page useful? Please give it a rating: