mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/vulkan: improve format logging
This commit is contained in:
parent
b5a474189e
commit
bca60c4eec
2 changed files with 33 additions and 23 deletions
|
|
@ -511,6 +511,7 @@ struct wlr_vk_device *vulkan_device_create(struct wlr_vk_instance *ini,
|
|||
goto error;
|
||||
}
|
||||
|
||||
wlr_log(WLR_DEBUG, "Supported Vulkan formats:");
|
||||
for (unsigned i = 0u; i < max_fmts; ++i) {
|
||||
vulkan_format_props_query(dev, &fmts[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue