make debug mode run similar speed (opt-level=1 + no validation layers)
This commit is contained in:
@@ -72,6 +72,7 @@ impl Renderer {
|
||||
|
||||
let instance = Instance::new(&InstanceDescriptor {
|
||||
backends: Backends::PRIMARY,
|
||||
flags: InstanceFlags::empty(),
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user