mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
c/client: Set default logging level for vk_bundle in vk compositor
This commit is contained in:
parent
f6788f5548
commit
8229905233
|
@ -660,6 +660,9 @@ client_vk_compositor_create(struct xrt_compositor_native *xcn,
|
|||
|
||||
c->base.base.info.format_count = xcn->base.info.format_count;
|
||||
|
||||
// Default to info.
|
||||
c->vk.log_level = U_LOGGING_INFO;
|
||||
|
||||
ret = vk_init_from_given(&c->vk, getProc, instance, physicalDevice, device, queueFamilyIndex, queueIndex);
|
||||
if (ret != VK_SUCCESS) {
|
||||
goto err_free;
|
||||
|
|
Loading…
Reference in a new issue