Module bevy::render::extract_instances

Expand description

Convenience logic for turning components from the main world into extracted instances in the render world.

This is essentially the same as the extract_component module, but higher-performance because it avoids the ECS overhead.

Structs§

Traits§

  • Describes how to extract data needed for rendering from a component or components.