1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[d3d9] Remove SRGB variant from Q8W8V8U8

This commit is contained in:
Joshua Ashton 2020-02-10 04:57:45 +00:00
parent 07fee4a0e5
commit afeb4814c7

View File

@ -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 {