Improve print output
This commit is contained in:
parent
a18eb38c70
commit
79ce95f45b
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ impl PhysicalDevice {
|
|||
let (major, minor, patch) = VK_GET_VERSION(properties.apiVersion);
|
||||
|
||||
println!(
|
||||
"\nVulkan Device ({}, Driver: {}, {}.{}.{})",
|
||||
"\nVulkan Device (Device Name: {}, Driver Version: {}, Vulkan Version: {}.{}.{})",
|
||||
properties.device_name(),
|
||||
properties.driver_version(),
|
||||
major,
|
||||
|
|
Loading…
Reference in a new issue