mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
PixelShaderGen: Remove unused global variable.
This commit is contained in:
parent
086f839435
commit
2058a49465
@ -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…
x
Reference in New Issue
Block a user