1
0
Fork 0
forked from wry/wry

all: syncobj is one word

This commit is contained in:
Julian Orth 2026-03-02 15:56:14 +01:00
parent 949ff558fd
commit 7a891a6131
20 changed files with 199 additions and 199 deletions

View file

@ -2470,7 +2470,7 @@ impl MetalBackend {
}
let ctx = dev.ctx.get();
if self.signaled_sync_file.is_none()
&& let Some(sync) = ctx.gfx.sync_obj_ctx()
&& let Some(sync) = ctx.gfx.syncobj_ctx()
{
match sync.create_signaled_sync_file() {
Ok(sf) => {