Skip to main content

frame_fun_default

Function frame_fun_default 

Source
pub fn frame_fun_default<R: Resource>(
    render: &mut Render<R>,
    frame: Option<&mut Frame>,
)
Expand description

Default frame function clears all and calls resource draw_3d method followed by draw_2d method.