From b510f5fcf5335c5e26d65ca96d7ec16c2f050f5d Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 15 Aug 2026 11:36:10 -0700 Subject: wip --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b5c19e0..483bfb2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -143,7 +143,7 @@ impl RendererState { mip_level_count: 1, sample_count: 1, usage: wgpu::TextureUsages::TEXTURE_BINDING | wgpu::TextureUsages::COPY_DST, - format: surface_format, + format: wgpu_types::TextureFormat::Rgba8UnormSrgb, size: wgpu::Extent3d { width: size.width, height: size.height, -- cgit v1.3.1