mod component

Modules

Structs and Unions

A drawable component. Groups together common setup.

Assumes a Component generates its vertices on the GPU and takes an instance buffer.

Binds Globals and Viewport to group 0 and 1. Allows binding a local uniform to group 2.

Implementations

Functions

Draws this component

Creates a new Component

Update this component to have the new spec

Traits implemented

Data used to initialize a component

The spec of a Component.