Merge branch 'master' into wgpu/better-architecture
This commit is contained in:
commit
13289dbd19
41 changed files with 318 additions and 267 deletions
|
|
@ -16,6 +16,7 @@ const INITIAL_VERTEX_COUNT: usize = 1_000;
|
|||
|
||||
pub type Batch = Vec<Item>;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Item {
|
||||
Group {
|
||||
transformation: Transformation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue