mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
ogl: drop glsl120 support
This commit is contained in:
@ -309,9 +309,9 @@ static inline void GeneratePixelShader(T& out, DSTALPHA_MODE dstAlphaMode, API_T
|
||||
|
||||
if (ApiType == API_OPENGL)
|
||||
{
|
||||
out.Write("COLOROUT(ocol0)\n");
|
||||
out.Write("out vec4 ocol0;\n");
|
||||
if (dstAlphaMode == DSTALPHA_DUAL_SOURCE_BLEND)
|
||||
out.Write("COLOROUT(ocol1)\n");
|
||||
out.Write("out vec4 ocol1;\n");
|
||||
|
||||
if (per_pixel_depth)
|
||||
out.Write("#define depth gl_FragDepth\n");
|
||||
|
Reference in New Issue
Block a user