render/vulkan: improve format logging

This commit is contained in:
Simon Ser 2022-09-07 11:20:51 +02:00
parent b5a474189e
commit bca60c4eec
2 changed files with 33 additions and 23 deletions

View file

@ -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]);
}