Move Layer to iced_graphics
This commit is contained in:
parent
e618091248
commit
720e7756f2
18 changed files with 433 additions and 616 deletions
|
|
@ -57,10 +57,6 @@ impl Pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn overlay_font(&self) -> wgpu_glyph::FontId {
|
||||
wgpu_glyph::FontId(0)
|
||||
}
|
||||
|
||||
pub fn queue(&mut self, section: wgpu_glyph::Section<'_>) {
|
||||
self.draw_brush.borrow_mut().queue(section);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue