fix(wayland): dmabuf formats

This commit is contained in:
Nova
2022-12-10 00:30:53 -05:00
parent 303b3f3ca2
commit 7a4d557c61
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ impl CoreSurfaceData {
sk_tex.set_native(
smithay_tex.tex_id() as usize,
smithay::backend::renderer::gles2::ffi::RGBA8.into(),
TextureType::Image,
TextureType::ImageNoMips,
smithay_tex.width(),
smithay_tex.height(),
false,