mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
ab6607b950
commit
0730552e85
3 changed files with 1 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue