swamp_game

Function render_tick

Source
pub fn render_tick<G: Application>(
    internal_game: LoReM<'_, Game<G>>,
    window: Re<'_, WgpuWindow>,
    wgpu_render: ReM<'_, Render>,
    materials: Re<'_, Assets<Material>>,
    fonts: Re<'_, Assets<Font>>,
)