mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 20:06:41 +01:00
VideoCommon: fix compilation error in pixel shaders when per-pixel lighting isn't set for custom shaders
This commit is contained in:
parent
a8d45b8e55
commit
cf081e839d
@ -839,6 +839,7 @@ void WriteCustomShaderStructImpl(ShaderCode* out, u32 num_stages, bool per_pixel
|
|||||||
texcoord);
|
texcoord);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (per_pixel_lighting)
|
||||||
GenerateCustomLightingImplementation(out, uid_data->lighting, "colors_");
|
GenerateCustomLightingImplementation(out, uid_data->lighting, "colors_");
|
||||||
|
|
||||||
for (u32 i = 0; i < 16; i++)
|
for (u32 i = 0; i < 16; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user