mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-16 17:02:32 +00:00
fix(wgpu-info): s/driver/&_info for DriverInfo
line
This commit is contained in:
parent
6ed103ec18
commit
17b748a8a4
@ -140,7 +140,7 @@ mod inner {
|
||||
println!("\t DeviceID: {:?}", info.device);
|
||||
println!("\t Type: {:?}", info.device_type);
|
||||
println!("\t Driver: {:?}", info.driver);
|
||||
println!("\tDriverInfo: {:?}", info.driver);
|
||||
println!("\tDriverInfo: {:?}", info.driver_info);
|
||||
println!("\t Compliant: {:?}", downlevel.is_webgpu_compliant());
|
||||
println!("\tFeatures:");
|
||||
for i in 0..(size_of::<wgpu::Features>() * 8) {
|
||||
|
Loading…
Reference in New Issue
Block a user