1
0
Fork 0
forked from wry/wry

metal: add support for copy-device based prime methods

This commit is contained in:
Julian Orth 2026-02-15 19:04:25 +01:00
parent fa897f0f76
commit a77929741a
7 changed files with 223 additions and 50 deletions

View file

@ -293,7 +293,6 @@ pub struct State {
pub outputs_without_hc: NumCell<usize>,
pub udmabuf: Rc<UdmabufHolder>,
pub gfx_ctx_changed: EventSource<WlBuffer>,
#[expect(dead_code)]
pub copy_device_registry: Rc<CopyDeviceRegistry>,
}