Skip to main content

Module renderer

Module renderer 

Source
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.
HologramInstance
Per-hologram instance data submitted during the frame.

Enums§

QualityLevel
P1-10: Quality level for adaptive rendering on different GPU tiers.

Traits§

ClearInto
Trait for types that can be cleared in place. Implemented for the collection types used as cache values (HashMap, Vec).