fix layer selection

ecs
q3k 2020-03-16 23:19:21 +01:00
parent 021303cc7c
commit e4e0200364
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ impl<WT: 'static + Send + Sync> Instance<WT> {
log::warn!("Did not load validation layers.");
}
vulkan_opt = Some(res);
break
}
Err(err) => {
log::warn!("Could not create vulkan instance with layers {}: {}", pref.join(", "), err);