diff options
| author | 2020-04-30 13:07:31 -0400 | |
|---|---|---|
| committer | 2020-04-30 13:07:31 -0400 | |
| commit | bf3f030a0dca67b744b595f70fbf71c3a22967b7 (patch) | |
| tree | 8e71eab7a1e019aca4055f6053414fe1b453cf8c /src/video_core/engines | |
| parent | Merge pull request #3799 from ReinUsesLisp/iadd-cc (diff) | |
| parent | maxwell_3d: Fix depth clamping register (diff) | |
| download | yuzu-bf3f030a0dca67b744b595f70fbf71c3a22967b7.tar.gz yuzu-bf3f030a0dca67b744b595f70fbf71c3a22967b7.tar.xz yuzu-bf3f030a0dca67b744b595f70fbf71c3a22967b7.zip | |
Merge pull request #3807 from ReinUsesLisp/fix-depth-clamp
maxwell_3d: Fix depth clamping register
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.h | 1 |
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: | |||
| 1179 | BitField<0, 1, u32> depth_range_0_1; | 1179 | BitField<0, 1, u32> depth_range_0_1; |
| 1180 | BitField<3, 1, u32> depth_clamp_near; | 1180 | BitField<3, 1, u32> depth_clamp_near; |
| 1181 | BitField<4, 1, u32> depth_clamp_far; | 1181 | BitField<4, 1, u32> depth_clamp_far; |
| 1182 | BitField<11, 1, u32> depth_clamp_disabled; | ||
| 1182 | } view_volume_clip_control; | 1183 | } view_volume_clip_control; |
| 1183 | 1184 | ||
| 1184 | INSERT_UNION_PADDING_WORDS(0x1F); | 1185 | INSERT_UNION_PADDING_WORDS(0x1F); |