mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
ogl: drop glsl120 support
This commit is contained in:
parent
12e7c22006
commit
573dbfd494
9 changed files with 23 additions and 64 deletions
|
@ -96,7 +96,7 @@ void WriteSwizzler(char*& p, u32 format, API_TYPE ApiType)
|
|||
|
||||
if (ApiType == API_OPENGL)
|
||||
{
|
||||
WRITE(p, " COLOROUT(ocol0)\n");
|
||||
WRITE(p, " out vec4 ocol0;\n");
|
||||
WRITE(p, " VARYIN float2 uv0;\n");
|
||||
WRITE(p, "void main()\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue