vulkan validation layer config

This commit is contained in:
2019-07-27 19:30:45 +02:00
parent 3ec4f59f58
commit 7bf72001f4
4 changed files with 13 additions and 10 deletions

View File

@@ -99,6 +99,10 @@ impl Game for TestGame {
_ => {}
}
}
fn validation_layers_enabled(self: &Self) -> bool {
self.log_config.vulkan_validation_layers
}
}
fn main() {