mirror of
https://github.com/hedge-dev/XenosRecomp.git
synced 2025-10-30 07:12:17 +00:00
Fix alpha to coverage.
This commit is contained in:
parent
73f17ee29a
commit
357d830adb
1 changed files with 1 additions and 1 deletions
|
|
@ -1718,7 +1718,7 @@ void ShaderRecompiler::recompile(const uint8_t* shaderData, const std::string_vi
|
||||||
indent();
|
indent();
|
||||||
out += "}";
|
out += "}";
|
||||||
indent();
|
indent();
|
||||||
out += "else if (g_SpecConstants() & SPEC_CONSTANT_ALPHA_TEST)";
|
out += "else if (g_SpecConstants() & SPEC_CONSTANT_ALPHA_TO_COVERAGE)";
|
||||||
indent();
|
indent();
|
||||||
out += '{';
|
out += '{';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue