c/util: Print device info as well

This commit is contained in:
Jakob Bornecrantz 2022-05-08 14:23:52 +01:00 committed by Christoph Haag
parent 2b042d48ff
commit fd35f6668a

View file

@ -270,6 +270,9 @@ create_device(struct vk_bundle *vk, const struct comp_vulkan_arguments *vk_args)
return ret;
}
// Print device information.
vk_print_opened_device_info(vk, U_LOGGING_INFO);
// Print features enabled.
vk_print_features_info(vk, U_LOGGING_INFO);