Function bevy_render::renderer::render_system

source ยท
pub fn render_system(
    world: &mut World,
    state: &mut SystemState<Query<'_, '_, Entity, With<ViewTarget>>>,
)
Expand description

Updates the RenderGraph with all of its nodes and then runs it to render the entire frame.