Introduce fill_rectangle to Renderer trait
This commit is contained in:
parent
dfceee99aa
commit
a4f4d83161
3 changed files with 24 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ impl Renderer for Null {
|
|||
}
|
||||
|
||||
fn clear(&mut self) {}
|
||||
|
||||
fn fill_rectangle(&mut self, _quad: renderer::Quad) {}
|
||||
}
|
||||
|
||||
impl renderer::Text for Null {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue