summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-25 16:37:00 +0200
committerGitHub <noreply@github.com>2018-07-25 16:37:00 +0200
commit0686183c3e60c972523342dfa19f495f0f3de5f6 (patch)
tree826eca266297e3a54313f4fe60334e7a196a4694 /src/video_core/gpu.h
parentMerge pull request #815 from Subv/z32f_tex (diff)
parentGPU: Implemented the Z32_S8_X24 depth buffer format. (diff)
downloadyuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.tar
yuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.tar.gz
yuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.tar.bz2
yuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.tar.lz
yuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.tar.xz
yuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.tar.zst
yuzu-0686183c3e60c972523342dfa19f495f0f3de5f6.zip
Diffstat (limited to 'src/video_core/gpu.h')
-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 ba7b81571..e9d87efb4 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -34,6 +34,7 @@ enum class DepthFormat : u32 {
Z24_X8_UNORM = 0x15,
Z24_S8_UNORM = 0x16,
Z24_C8_UNORM = 0x18,
+ Z32_S8_X24_FLOAT = 0x19,
};
/// Returns the number of bytes per pixel of each rendertarget format.