vulkan validation layer config
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user