Expand description
GPU occlusion culling.
See OcclusionCulling
for a detailed description of occlusion culling in
Bevy.
Structs§
- Occlusion
Culling - Add this component to a view in order to enable experimental GPU occlusion culling.
- Occlusion
Culling Plugin - Enables GPU occlusion culling.
- Occlusion
Culling Subview - A render-world component that contains resources necessary to perform occlusion culling on any view other than a camera.
- Occlusion
Culling Subview Entities - A render-world component placed on each camera that stores references to all entities other than cameras that need occlusion culling.
Constants§
- MESH_
PREPROCESS_ TYPES_ SHADER_ HANDLE - The handle to the
mesh_preprocess_types.wgsl
compute shader.