diff options
| author | 2022-12-06 00:40:01 +0100 | |
|---|---|---|
| committer | 2023-01-01 16:43:58 -0500 | |
| commit | d33251db9300e29ae830ec74e0b39ec0aa202b30 (patch) | |
| tree | 3f17cbd40dcd970d152001d61aa1d275dbe11280 /src/video_core/engines | |
| parent | Vulkan Implement Dynamic State 2 LogicOp and PatchVertices (diff) | |
| download | yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.gz yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.tar.xz yuzu-d33251db9300e29ae830ec74e0b39ec0aa202b30.zip | |
Vulkan: Implement Dynamic State 3
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 7f406e171..d44a5cabf 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp | |||
| @@ -124,7 +124,6 @@ void Maxwell3D::InitializeRegisterDefaults() { | |||
| 124 | regs.gl_front_face = Maxwell3D::Regs::FrontFace::ClockWise; | 124 | regs.gl_front_face = Maxwell3D::Regs::FrontFace::ClockWise; |
| 125 | regs.polygon_mode_back = Maxwell3D::Regs::PolygonMode::Fill; | 125 | regs.polygon_mode_back = Maxwell3D::Regs::PolygonMode::Fill; |
| 126 | regs.polygon_mode_front = Maxwell3D::Regs::PolygonMode::Fill; | 126 | regs.polygon_mode_front = Maxwell3D::Regs::PolygonMode::Fill; |
| 127 | regs.logic_op.op = Maxwell3D::Regs::LogicOp::Op::Clear; | ||
| 128 | 127 | ||
| 129 | shadow_state = regs; | 128 | shadow_state = regs; |
| 130 | } | 129 | } |