diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-28 10:22:56 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-28 10:22:56 +0100 |
commit | 0730552e858361256a9aea42cbfda0f93217df74 (patch) | |
tree | 6dc5ea5c520f753328c09810432aa14bf13c6ceb /include/render/vulkan.h | |
parent | ab6607b950ef763106920ea4f21c4357f48040d7 (diff) |
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().
Diffstat (limited to 'include/render/vulkan.h')
-rw-r--r-- | include/render/vulkan.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/render/vulkan.h b/include/render/vulkan.h index 149161c2..4655acd4 100644 --- a/include/render/vulkan.h +++ b/include/render/vulkan.h @@ -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 { |