1
0
Fork 0
forked from wry/wry

metal: mark connector as changed when connector buffers change

This commit is contained in:
Julian Orth 2025-08-29 13:26:46 +02:00
parent 384eb80e89
commit 886627aecd

View file

@ -485,6 +485,7 @@ impl MetalDeviceTransaction {
Some(b) => b.clone(),
None => {
let modifiers = &plane.obj.formats.get(&format.drm).unwrap().modifiers;
connector.changed.set(true);
let buffers = slf
.dev
.dev