Skip to content

vulkan/wsi: split out drm specifics of image

Erik Faye-Lund requested to merge kusma/mesa:vk-wsi-drm-image into main

On Windows, we don't have DMABUF or DRM modifiers. So let's move these into a specific wsi_drm_image struct instead of in wsi_image directly.

Merge request reports