From 99c6ef7b2cd8a481f5c60bd2e71f83768ccf3f63 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 12 Apr 2023 16:48:44 -0400 Subject: [PATCH] Fix tests --- wgpu/examples/framework.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/examples/framework.rs b/wgpu/examples/framework.rs index 2dcef684104..53f3c81dfed 100644 --- a/wgpu/examples/framework.rs +++ b/wgpu/examples/framework.rs @@ -550,7 +550,7 @@ pub fn test(mut params: FrameworkRefTest) { height: params.height, present_mode: wgpu::PresentMode::Fifo, alpha_mode: wgpu::CompositeAlphaMode::Auto, - view_formats: vec![wgpu::TextureFormat::Rgba8Unorm], + view_formats: vec![wgpu::TextureFormat::Rgba8UnormSrgb], }, &ctx.adapter, &ctx.device,