mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-24 07:50:16 +01:00
f019817f8f
Emulates negative y viewports with ARB_clip_control. This allows us to more easily emulated pipelines with tessellation and/or geometry shader stages. It also avoids corrupting games with transform feedbacks and negative viewports (gl_Position.y was being modified).