From f354e01070194416d76b72fd06c8d10134c75d54 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sat, 4 Feb 2023 11:05:17 -0500 Subject: Fix config --- alligator_render/src/config.rs | 1 + 1 file changed, 1 insertion(+) 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], } } -- cgit v1.2.3