mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #7716 from stenzek/stereo
Stereoscopy regression fixes
This commit is contained in:
@ -61,6 +61,7 @@ void main()
|
||||
gl_Position = gl_in[i].gl_Position;
|
||||
gl_Layer = layer;
|
||||
EmitVertex();
|
||||
}
|
||||
}
|
||||
EndPrimitive();
|
||||
}
|
||||
|
Reference in New Issue
Block a user