vulkan: use sync objects if possible
This commit is contained in:
parent
2ac3519f2d
commit
3d3132fe39
23 changed files with 535 additions and 86 deletions
|
|
@ -1124,7 +1124,6 @@ impl Debug for ReservedSyncobjPoint {
|
|||
#[derive(Clone, Debug)]
|
||||
pub enum FdSync {
|
||||
SyncFile(SyncFile),
|
||||
#[expect(dead_code)]
|
||||
Syncobj(Rc<ReservedSyncobjPoint>),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue