[][src]Module bevy_render::stage

The names of "render" App stages

Statics

DRAW
POST_RENDER
RENDER
RENDER_GRAPH_SYSTEMS

Stage where Render Graph systems are run. In general you shouldn't add systems to this stage manually.

RENDER_RESOURCE

Stage where render resources are set up