Skip to main content

qualia_core_db/render/anatomy/
mod.rs

1//! Browser Anatomy render backends.
2//!
3//! Pack decoding and mixer semantics remain owned by the shared renderer. This
4//! directory owns only target-specific presentation of the decoded mesh.
5
6#[cfg(target_arch = "wasm32")]
7pub mod webgl2;