Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9833 from Pokechu22/ubershaders-tevcoord
UberShaderPixel: always set tevcoord, even if the stage has no texture
  • Loading branch information
leoetlino committed Jun 23, 2021
2 parents b66e88e + 2f1726e commit a632a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/UberShaderPixel.cpp
Expand Up @@ -893,7 +893,7 @@ ShaderCode GenPixelShader(APIType ApiType, const ShaderHostConfig& host_config,
" // Emulate s24 overflows\n"
" tevcoord.xy = (tevcoord.xy << 8) >> 8;\n"
" }}\n"
" else if (texture_enabled)\n"
" else\n"
" {{\n"
" tevcoord.xy = fixedPoint_uv;\n"
" }}\n"
Expand Down

0 comments on commit a632a6a

Please sign in to comment.