//! Renderer-facing helpers.
//!//! The [`crate::render::common`] module is backend-neutral and can be used with
//! any graphics API. Enable the `wgpu` feature to use Mocari's built-in `wgpu`
//! backend.
pubmodcommon;#[cfg(feature ="wgpu")]pubmodwgpu;