metal: mark connector as changed when connector buffers change
This commit is contained in:
parent
384eb80e89
commit
886627aecd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue