mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
PixelShaderGen: Remove unused global variable.
This commit is contained in:
parent
086f839435
commit
2058a49465
1 changed files with 0 additions and 1 deletions
|
@ -530,7 +530,6 @@ ShaderCode GeneratePixelShaderCode(APIType ApiType, const pixel_shader_uid_data*
|
|||
else
|
||||
{
|
||||
out.Write("FRAGMENT_OUTPUT_LOCATION(0) out vec4 ocol0;\n");
|
||||
out.Write("vec4 ocol1;\n"); // Consume the output we don't use
|
||||
}
|
||||
|
||||
if (uid_data->per_pixel_depth)
|
||||
|
|
Loading…
Add table
Reference in a new issue