remove context generic
This commit is contained in:
@@ -21,7 +21,7 @@ pub struct Renderer {
|
||||
}
|
||||
|
||||
impl Renderer {
|
||||
pub fn update<Ctx>(&mut self, updates: &mut Ui<Ctx>) {
|
||||
pub fn update(&mut self, updates: &mut Ui) {
|
||||
self.ui.update(&self.device, &self.queue, updates);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user