mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
PixelShaderGen: Remove unused global variable.
This commit is contained in:
@ -530,7 +530,6 @@ ShaderCode GeneratePixelShaderCode(APIType ApiType, const pixel_shader_uid_data*
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
out.Write("FRAGMENT_OUTPUT_LOCATION(0) out vec4 ocol0;\n");
|
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)
|
if (uid_data->per_pixel_depth)
|
||||||
|
Reference in New Issue
Block a user