fix(video_core/vulkan): remove alpha_to_coverage_enabled to fix black square artifacts

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-12-28 15:32:01 +10:00
parent 2028150ebf
commit c5f35b0712

View File

@@ -228,7 +228,6 @@ Shader::RuntimeInfo MakeRuntimeInfo(std::span<const Shader::IR::Program> program
info.alpha_test_func = MaxwellToCompareFunction(
key.state.UnpackComparisonOp(key.state.alpha_test_func.Value()));
info.alpha_test_reference = Common::BitCast<float>(key.state.alpha_test_ref);
info.alpha_to_coverage_enabled = key.state.alpha_to_coverage_enabled != 0;
break;
default:
break;