diff options
Diffstat (limited to 'include')
-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 { |