1//! Render model and draw command generation module. 2 3mod draw_command; 4 5pub use draw_command::{DrawCommand, generate_draw_commands};