summaryrefslogtreecommitdiff
path: root/alligator_render/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'alligator_render/src/config.rs')
-rw-r--r--alligator_render/src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/alligator_render/src/config.rs b/alligator_render/src/config.rs
index 34b5856..b289212 100644
--- a/alligator_render/src/config.rs
+++ b/alligator_render/src/config.rs
@@ -179,6 +179,7 @@ impl<'a> RenderWindowConfig<'a> {
height: self.default_height.get(),
alpha_mode,
present_mode,
+ view_formats: vec![texture_format],
}
}