summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-07-25 03:41:40 +0200
committerSubv <subv2112@gmail.com>2018-07-25 03:41:40 +0200
commitdaf2504d310558e0a74e6eb321ab0811ba6e5e55 (patch)
tree0e223d93915874c207c6e6eafb88ac31156048ed /src/video_core/gpu.h
parentMerge pull request #806 from lioncash/friend (diff)
downloadyuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.tar
yuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.tar.gz
yuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.tar.bz2
yuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.tar.lz
yuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.tar.xz
yuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.tar.zst
yuzu-daf2504d310558e0a74e6eb321ab0811ba6e5e55.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 58501ca8b..a0e5e3365 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -33,6 +33,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.