vulkan: remove duplicate warning
This commit is contained in:
parent
f723706d4f
commit
955354e9b9
1 changed files with 0 additions and 1 deletions
|
|
@ -203,7 +203,6 @@ impl VulkanInstance {
|
||||||
} else {
|
} else {
|
||||||
log::warn!("Found the following devices but none matches:");
|
log::warn!("Found the following devices but none matches:");
|
||||||
for (props, extensions, driver_props) in devices.iter() {
|
for (props, extensions, driver_props) in devices.iter() {
|
||||||
log::warn!("Found the following devices but none matches:");
|
|
||||||
log::warn!("-----");
|
log::warn!("-----");
|
||||||
log_device(
|
log_device(
|
||||||
self.log_level,
|
self.log_level,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue