forked from dolphin-emu/dolphin
OGL: Fix broken stereoscopy geometry shader for EFB copies
This commit is contained in:
@@ -62,6 +62,7 @@ void main()
|
||||
gl_Layer = layer;
|
||||
EmitVertex();
|
||||
}
|
||||
}
|
||||
EndPrimitive();
|
||||
}
|
||||
)GLSL";
|
||||
|
Reference in New Issue
Block a user