make debug mode run similar speed (opt-level=1 + no validation layers)

This commit is contained in:
iris committed 2025-11-22 04:02:29 -05:00
1 parent 7644aa83bb
commit ac6ee0b119
2 files changed
+4

No files matched your search

+1
View File
@@ -72,6 +72,7 @@ impl Renderer {
let instance = Instance::new(&InstanceDescriptor {
backends: Backends::PRIMARY,
flags: InstanceFlags::empty(),
..Default::default()
});