mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/vulkan: make vulkan_format_props_find_modifier() return value const
This commit is contained in:
parent
b4ad4671dc
commit
db9d277614
3 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue