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:
parent
07fee4a0e5
commit
afeb4814c7
@ -135,7 +135,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
case D3D9Format::Q8W8V8U8: return {
|
case D3D9Format::Q8W8V8U8: return {
|
||||||
VK_FORMAT_R8G8B8A8_SNORM,
|
VK_FORMAT_R8G8B8A8_SNORM,
|
||||||
VK_FORMAT_R8G8B8A8_SRGB,
|
VK_FORMAT_UNDEFINED,
|
||||||
VK_IMAGE_ASPECT_COLOR_BIT };
|
VK_IMAGE_ASPECT_COLOR_BIT };
|
||||||
|
|
||||||
case D3D9Format::V16U16: return {
|
case D3D9Format::V16U16: return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user