aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-28 10:22:56 +0100
committerSimon Ser <contact@emersion.fr>2022-11-28 10:22:56 +0100
commit0730552e858361256a9aea42cbfda0f93217df74 (patch)
tree6dc5ea5c520f753328c09810432aa14bf13c6ceb /include
parentab6607b950ef763106920ea4f21c4357f48040d7 (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')
-rw-r--r--include/render/vulkan.h2
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 {