Expand description
Rendering stuff in ranim
Modules§
- cpu_
probe - Lightweight CPU timing spans, drained per frame by the preview
profiler panel.
Lightweight CPU timing spans, mirroring
crate::upload_probeand the GPU timer scopes: leaf-level named spans recorded into a thread-local buffer, drained once per frame by the consumer (the preview profiler panel). - pipelines
- The pipelines The pipelines of ranim
- primitives
- The basic renderable structs
- profiling_
utils - resource
- schedule 🔒
- upload_
probe - Upload instrumentation and experimental upload strategies
(enabled via
RANIM_PROFILE_UPLOAD). Lightweight upload instrumentation for thequeue.write_bufferpaths, recording bytes / calls / CPU time per buffer label. Enabled viaRANIM_PROFILE_UPLOAD=1(orset_modeat runtime, e.g. from the preview profiler panel); a no-op (one atomic read per upload) unless enabled. - utils
- Rendering related utils
- world