Implement basic layer merging for graphics::layer::Stack
This commit is contained in:
parent
95769fcd59
commit
d3e9547079
6 changed files with 122 additions and 17 deletions
|
|
@ -11,4 +11,6 @@ impl Batch {
|
|||
pub fn is_empty(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
pub fn append(&mut self, _batch: &mut Self) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue