Rename Box primitive to Quad
This commit is contained in:
parent
5286ef36b6
commit
70c17b053b
3 changed files with 4 additions and 4 deletions
|
|
@ -144,8 +144,8 @@ impl Renderer {
|
|||
scale: wgpu_glyph::Scale { x: *size, y: *size },
|
||||
..Default::default()
|
||||
}),
|
||||
Primitive::Box { bounds, background } => {
|
||||
// TODO: Batch boxes and draw them all at once
|
||||
Primitive::Quad { bounds, background } => {
|
||||
// TODO: Batch quads and draw them all at once
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue