Expand description
The main GpuRenderer struct and core frame lifecycle.
Re-exports§
pub use crate::subsystems::RendererConfig;
Structs§
- GpuRenderer
- GpuRenderer implements the high-performance GPU backend.
- Hologram
Instance - Per-hologram instance data submitted during the frame.
Enums§
- Quality
Level - P1-10: Quality level for adaptive rendering on different GPU tiers.
Traits§
- Clear
Into - Trait for types that can be cleared in place. Implemented for the collection types used as cache values (HashMap, Vec).