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…
Reference in New Issue