Crate bevy_render

source ·

Re-exports

pub use once_cell;

Modules

Structs

A helper for accessing MainWorld content using a system parameter.
The simulation World of the application, stored as a resource. This resource is only available during RenderStage::Extract and not during command application of that stage. See Extract for more details.
A Label for the rendering sub-app.
Contains the default Bevy rendering backend based on wgpu.
The Render App World. This is only available as a resource during the Extract step.

Enums

The labels of the default App rendering stages.