mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -61,6 +61,7 @@ void main()
|
|||
gl_Position = gl_in[i].gl_Position;
|
||||
gl_Layer = layer;
|
||||
EmitVertex();
|
||||
}
|
||||
}
|
||||
EndPrimitive();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue