summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-06-02 07:11:32 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-06-02 07:15:20 +0200
commit3a59e724c9f482531ece27f992139b6c5800422e (patch)
treeba073fc2c0961cd324ab4ccdb321184dc4d8e113 /src/video_core/renderer_vulkan/maxwell_to_vk.cpp
parentMerge pull request #4005 from ReinUsesLisp/g24r8 (diff)
downloadyuzu-3a59e724c9f482531ece27f992139b6c5800422e.tar
yuzu-3a59e724c9f482531ece27f992139b6c5800422e.tar.gz
yuzu-3a59e724c9f482531ece27f992139b6c5800422e.tar.bz2
yuzu-3a59e724c9f482531ece27f992139b6c5800422e.tar.lz
yuzu-3a59e724c9f482531ece27f992139b6c5800422e.tar.xz
yuzu-3a59e724c9f482531ece27f992139b6c5800422e.tar.zst
yuzu-3a59e724c9f482531ece27f992139b6c5800422e.zip
Diffstat (limited to 'src/video_core/renderer_vulkan/maxwell_to_vk.cpp')
-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 2871035f5..62e950d31 100644
--- a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
+++ b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp
@@ -149,7 +149,7 @@ struct FormatTuple {
{VK_FORMAT_R16_SFLOAT, Attachable | Storage}, // R16F
{VK_FORMAT_R16_UNORM, Attachable | Storage}, // R16U
{VK_FORMAT_UNDEFINED}, // R16S
- {VK_FORMAT_UNDEFINED}, // R16UI
+ {VK_FORMAT_R16_UINT, Attachable | Storage}, // R16UI
{VK_FORMAT_UNDEFINED}, // R16I
{VK_FORMAT_R16G16_UNORM, Attachable | Storage}, // RG16
{VK_FORMAT_R16G16_SFLOAT, Attachable | Storage}, // RG16F