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

@@ -4,7 +4,8 @@ use std::fs;
#[derive(Debug, Serialize, Deserialize)]
pub struct LogConfig {
pub input: bool
pub input: bool,
pub vulkan_validation_layers: bool,
}
impl LogConfig {