Crate bevy_render
source ·Modules§
- Infrastructure for recording render diagnostics.
- Convenience logic for turning components from the main world into extracted instances in the render world.
- pipelined_renderingNon-WebAssembly
- The modular rendering abstraction responsible for queuing, preparing, sorting and drawing entities as part of separate render phases.
Macros§
- render_resource_wrapperDebug-assertions enabled
Structs§
- A helper for accessingMainWorldcontent using a system parameter.
- Schedule which extract data from the main world and inserts it into the render world.
- The simulationWorldof the application, stored as a resource. This resource is only available duringExtractScheduleand not during command application of that schedule. SeeExtractfor more details.
- The main render schedule.
- A label for the rendering sub-app.
- Contains the default Bevy rendering backend based on wgpu.
Enums§
- The systems sets of the defaultApprendering schedule.