render/vulkan: drop unused fields from wlr_vk_format_modifier_props

export_imported is never used, and dmabuf_flags is already checked
in query_modifier_support().
This commit is contained in:
Simon Ser 2022-11-28 10:22:56 +01:00
parent ab6607b950
commit 0730552e85
3 changed files with 1 additions and 13 deletions

View file

@ -88,9 +88,7 @@ const struct wlr_vk_format *vulkan_get_format_from_drm(uint32_t drm_format);
struct wlr_vk_format_modifier_props {
VkDrmFormatModifierPropertiesEXT props;
VkExternalMemoryFeatureFlags dmabuf_flags;
VkExtent2D max_extent;
bool export_imported;
};
struct wlr_vk_format_props {