mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
OGL: Fix broken stereoscopy geometry shader for EFB copies
This commit is contained in:
parent
3627ef8a04
commit
6bfe4c83a5
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ void main()
|
||||||
gl_Layer = layer;
|
gl_Layer = layer;
|
||||||
EmitVertex();
|
EmitVertex();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
EndPrimitive();
|
EndPrimitive();
|
||||||
}
|
}
|
||||||
)GLSL";
|
)GLSL";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue