renderling/
primitive.rs

1//! Mesh primitives
2
3#[cfg(cpu)]
4mod cpu;
5#[cfg(cpu)]
6pub use cpu::*;
7
8pub mod shader;