pub fn render_system(
world: &mut World,
state: &mut SystemState<Query<'_, '_, (&ViewTarget, &ExtractedCamera)>>,
)Expand description
Updates the RenderGraph with all of its nodes and then runs it to render the entire frame.
pub fn render_system(
world: &mut World,
state: &mut SystemState<Query<'_, '_, (&ViewTarget, &ExtractedCamera)>>,
)Updates the RenderGraph with all of its nodes and then runs it to render the entire frame.