renderer: add missing sync ops
This commit is contained in:
parent
db7520bffa
commit
1189827b8b
3 changed files with 12 additions and 7 deletions
|
|
@ -227,6 +227,10 @@ impl RendererBase<'_> {
|
|||
cd: cd.clone(),
|
||||
}));
|
||||
}
|
||||
|
||||
pub fn sync(&mut self) {
|
||||
self.ops.push(GfxApiOpt::Sync);
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue