diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-12-06 00:40:01 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-01-01 16:43:58 -0500 |
commit | d33251db9300e29ae830ec74e0b39ec0aa202b30 (patch) | |
tree | 3f17cbd40dcd970d152001d61aa1d275dbe11280 /src/video_core/engines | |
parent | f800e485c9bcd98e08128db974540e7ba0324128 (diff) |
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() { regs.gl_front_face = Maxwell3D::Regs::FrontFace::ClockWise; regs.polygon_mode_back = Maxwell3D::Regs::PolygonMode::Fill; regs.polygon_mode_front = Maxwell3D::Regs::PolygonMode::Fill; - regs.logic_op.op = Maxwell3D::Regs::LogicOp::Op::Clear; shadow_state = regs; } |