summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-11-24 03:30:58 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-11-24 03:30:58 +0100
commit852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8 (patch)
treea3769eb0da7db7936236bd70b8d15c232ff7870f
parentmaxwell_to_vk: Fix format usage bits (diff)
downloadyuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.tar
yuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.tar.gz
yuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.tar.bz2
yuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.tar.lz
yuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.tar.xz
yuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.tar.zst
yuzu-852de7a77100a0dd7afc57b9dfb9a4c17e6df2e8.zip
-rw-r--r--src/video_core/renderer_vulkan/maxwell_to_vk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
index 866206132..b4f5ee665 100644
--- a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
+++ b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
@@ -159,7 +159,7 @@ struct FormatTuple {
{VK_FORMAT_R16_UNORM, Attachable | Storage}, // R16_UNORM
{VK_FORMAT_R16_SNORM, Attachable | Storage}, // R16_SNORM
{VK_FORMAT_R16_UINT, Attachable | Storage}, // R16_UINT
- {VK_FORMAT_UNDEFINED}, // R16_SINT
+ {VK_FORMAT_R16_SINT, Attachable | Storage}, // R16_SINT
{VK_FORMAT_R16G16_UNORM, Attachable | Storage}, // R16G16_UNORM
{VK_FORMAT_R16G16_SFLOAT, Attachable | Storage}, // R16G16_FLOAT
{VK_FORMAT_R16G16_UINT, Attachable | Storage}, // R16G16_UINT