Module bevy_doryen::render_stage[][src]

Constants for the Doryen plugin render stages.

Constants

FIRST

This stage runs before all the other stages.

LAST

This stage runs after all the other stages.

POST_RENDER

This stage runs right after the render stage.

PRE_RENDER

This stage runs right before the render stage.

RENDER

This stage is where rendering should be done.