mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-03 21:56:06 +00:00
c/util: Print device info as well
This commit is contained in:
parent
2b042d48ff
commit
fd35f6668a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue