remove debug print
This commit is contained in:
parent
4de2ebf954
commit
63daf44693
1 changed files with 0 additions and 8 deletions
|
@ -506,14 +506,6 @@ impl DirectXRenderer {
|
|||
.context("Failed to get gpu driver info")
|
||||
.log_err()
|
||||
.unwrap_or("Unknown Driver".to_string());
|
||||
match unsafe {
|
||||
self.devices
|
||||
.device
|
||||
.CheckMultisampleQualityLevels(RENDER_TARGET_FORMAT, MULTISAMPLE_COUNT)
|
||||
} {
|
||||
Ok(level) => println!("=> Multisample quality levels: {}", level),
|
||||
Err(err) => println!("Failed to check multisample quality levels: {:?}", err),
|
||||
}
|
||||
Ok(GpuSpecs {
|
||||
is_software_emulated,
|
||||
device_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue