We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e695a commit 598298cCopy full SHA for 598298c
src/Cafe/HW/Latte/Renderer/Vulkan/VulkanPipelineCompiler.cpp
@@ -826,7 +826,7 @@ void PipelineCompiler::InitDepthStencilState()
826
827
depthStencilState.front.reference = stencilRefFront;
828
depthStencilState.front.compareMask = stencilCompareMaskFront;
829
- depthStencilState.front.writeMask = stencilWriteMaskBack;
+ depthStencilState.front.writeMask = stencilWriteMaskFront;
830
depthStencilState.front.compareOp = vkDepthCompareTable[(size_t)frontStencilFunc];
831
depthStencilState.front.depthFailOp = stencilOpTable[(size_t)frontStencilZFail];
832
depthStencilState.front.failOp = stencilOpTable[(size_t)frontStencilFail];
0 commit comments