Module gfx::render::batch
[−]
[src]
Batches
Batches are structures containing all the data required for the draw call,
except for the target frame. Here we define the Batch
trait as well as
RefBatch
and OwnedBatch
implementations.
Structs
Context |
Factory of ref batches, required to always be used with them. |
CoreBatch |
Referenced core - a minimal sealed batch that depends on |
OutOfBounds |
Error accessing outside of the array |
OwnedBatch |
Owned batch - self-contained, but has heap-allocated data |
RefBatch |
An expanded version of the |
Enums
Error |
An error occurring at batch creation |
Traits
Batch |
Abstract batch trait |
Functions
bind |
Create an implicit batch |
Type Definitions
BatchData |
Return type for |
CoreBatchFull |
A |
ImplicitBatch |
A batch that is constructed on the fly when rendering. Meant to be a struct, blocked by #614 |
RefBatchFull |
A |