c/client: Set default logging level for vk_bundle in vk compositor

This commit is contained in:
Jakob Bornecrantz 2022-02-24 20:33:59 +00:00 committed by Ryan Pavlik
parent f6788f5548
commit 8229905233

View file

@ -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;