Skip to main content

render

Function render 

Source
pub async fn render<CustomElementData: Clone + Default + Debug>(
    commands: Vec<RenderCommand<CustomElementData>>,
    handle_custom_command: impl Fn(&RenderCommand<CustomElementData>),
)
Expand description

Draws all render commands to the screen using macroquad.