mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
c/main: Setting logging level when checking vulkan caps
This commit is contained in:
parent
611a0f644d
commit
c4f0e17e88
|
@ -852,6 +852,7 @@ compositor_check_vulkan_caps(struct comp_compositor *c)
|
||||||
|
|
||||||
struct vk_bundle temp_vk_storage = {0};
|
struct vk_bundle temp_vk_storage = {0};
|
||||||
struct vk_bundle *temp_vk = &temp_vk_storage;
|
struct vk_bundle *temp_vk = &temp_vk_storage;
|
||||||
|
temp_vk->log_level = U_LOGGING_WARN;
|
||||||
|
|
||||||
ret = vk_get_loader_functions(temp_vk, vkGetInstanceProcAddr);
|
ret = vk_get_loader_functions(temp_vk, vkGetInstanceProcAddr);
|
||||||
if (ret != VK_SUCCESS) {
|
if (ret != VK_SUCCESS) {
|
||||||
|
|
Loading…
Reference in a new issue