Structs§
- Component
Uniforms - Stores all uniforms of the component type.
- Dynamic
Uniform Index - Stores the index of a uniform inside of
ComponentUniforms
. - Extract
Component Plugin - This plugin extracts the components into the render world for synced entities.
- Uniform
Component Plugin - This plugin prepares the components of the corresponding type for the GPU by transforming them into uniforms.
Traits§
- Extract
Component - Describes how a component gets extracted for rendering.
Derive Macros§
- Extract
Component - Implements
ExtractComponent
trait for a component.