Crate bevy_render

source ·

Re-exports

Modules

Macros

Structs

  • A helper for accessing MainWorld content using a system parameter.
  • Schedule which extract data from the main world and inserts it into the render world.
  • The simulation World of the application, stored as a resource. This resource is only available during ExtractSchedule and not during command application of that schedule. See Extract for more details.
  • A Label for the rendering sub-app.
  • Contains the default Bevy rendering backend based on wgpu.

Enums

  • The labels of the default App rendering sets.