1
0
Fork 0
forked from wry/wry

fix: insert render sync after every layer surface

This commit is contained in:
Julian Orth 2024-02-06 15:02:59 +01:00
parent 421be6854b
commit 4b1d25addb

View file

@ -93,6 +93,7 @@ impl Renderer<'_> {
x + pos.x1() - opos.x1(),
y + pos.y1() - opos.y1(),
);
self.base.ops.push(GfxApiOpt::Sync);
}
};
}