A zero-dependency offline rendering engine in pure Rust — CPU path tracing, BVH acceleration, 16-band spectral rendering, PBR materials, animation & video export.
//! Smoke test de l'API de diagnostic.
useenginerenderer::api;#[test]fndiagnose_compute_environment_is_callable(){api::diagnose_compute_environment();}