From db9d277614aa8fb84871cd01f2233ecd6e4f5ef2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 29 Nov 2022 10:19:10 +0100 Subject: render/vulkan: make vulkan_format_props_find_modifier() return value const --- include/render/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/render') diff --git a/include/render/vulkan.h b/include/render/vulkan.h index d5c8190e..931e5e5f 100644 --- a/include/render/vulkan.h +++ b/include/render/vulkan.h @@ -108,7 +108,7 @@ struct wlr_vk_format_props { void vulkan_format_props_query(struct wlr_vk_device *dev, const struct wlr_vk_format *format); -struct wlr_vk_format_modifier_props *vulkan_format_props_find_modifier( +const struct wlr_vk_format_modifier_props *vulkan_format_props_find_modifier( struct wlr_vk_format_props *props, uint64_t mod, bool render); void vulkan_format_props_finish(struct wlr_vk_format_props *props); -- cgit v1.2.3