diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-04 11:05:17 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-04 11:05:17 -0500 |
| commit | f354e01070194416d76b72fd06c8d10134c75d54 (patch) | |
| tree | d70b8598b16d77ff9e96bd31d9b6866e07d29ad7 /alligator_render/src/config.rs | |
| parent | 455dd59b2c9c10b456a133302528775385e75810 (diff) | |
Fix config
Diffstat (limited to 'alligator_render/src/config.rs')
| -rw-r--r-- | alligator_render/src/config.rs | 1 |
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], } } |
