OGL: Fix broken stereoscopy geometry shader for EFB copies

This commit is contained in:
Stenzek 2019-01-19 23:22:57 +10:00
parent 3627ef8a04
commit 6bfe4c83a5
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ void main()
gl_Position = gl_in[i].gl_Position;
gl_Layer = layer;
EmitVertex();
}
}
EndPrimitive();
}