summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-04-28 01:50:14 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-04-28 01:50:14 +0200
commitbb1ed66d9992883f9657bf2757bd40e70a707e8d (patch)
tree250d750cc3c28ea8029caf5535c51b9e1ca94534 /src/video_core/engines/maxwell_3d.h
parentMerge pull request #3766 from ReinUsesLisp/renderpass-cache-key (diff)
downloadyuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.tar
yuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.tar.gz
yuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.tar.bz2
yuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.tar.lz
yuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.tar.xz
yuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.tar.zst
yuzu-bb1ed66d9992883f9657bf2757bd40e70a707e8d.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 3dfba8197..5e522e0d2 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1179,6 +1179,7 @@ public:
BitField<0, 1, u32> depth_range_0_1;
BitField<3, 1, u32> depth_clamp_near;
BitField<4, 1, u32> depth_clamp_far;
+ BitField<11, 1, u32> depth_clamp_disabled;
} view_volume_clip_control;
INSERT_UNION_PADDING_WORDS(0x1F);