summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-17 21:04:38 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-17 21:04:38 +0100
commit2348eb41f38a6e52e52d121adfc4c605763209a7 (patch)
treeb4bdeb539cc1030fb43f17edbdfee459ca2b843a /src/video_core/gpu.h
parentMerge pull request #7219 from FernandoS27/aristotles-right-testicle (diff)
downloadyuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar
yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.gz
yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.bz2
yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.lz
yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.xz
yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.zst
yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 05e5c94f3..c89a5d693 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -83,6 +83,7 @@ enum class DepthFormat : u32 {
S8_UINT_Z24_UNORM = 0x14,
D24X8_UNORM = 0x15,
D24S8_UNORM = 0x16,
+ S8_UINT = 0x17,
D24C8_UNORM = 0x18,
D32_FLOAT_S8X24_UINT = 0x19,
};