public int cullingPassIndex ;

Descripción

An index that a render pipeline can pass to XRDisplaySubsystem.GetCullingParameters to obtain culling information.

Multiple render passes can share the same index. This means that the renderer only needs to cull once, and can reuse the result of the culling for all render passes that use the same index.