From afeb4814c7ad6d194e386eda819559296b1a4cd9 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Mon, 10 Feb 2020 04:57:45 +0000 Subject: [PATCH] [d3d9] Remove SRGB variant from Q8W8V8U8 --- src/d3d9/d3d9_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d9/d3d9_format.cpp b/src/d3d9/d3d9_format.cpp index 9630eb868..b875398ee 100644 --- a/src/d3d9/d3d9_format.cpp +++ b/src/d3d9/d3d9_format.cpp @@ -135,7 +135,7 @@ namespace dxvk { case D3D9Format::Q8W8V8U8: return { VK_FORMAT_R8G8B8A8_SNORM, - VK_FORMAT_R8G8B8A8_SRGB, + VK_FORMAT_UNDEFINED, VK_IMAGE_ASPECT_COLOR_BIT }; case D3D9Format::V16U16: return {