mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
2020a71cf1
* The GL clip origin when changed from lower left to upper left will also invert the face culling sense. This is deliberate to counteract the fact that otherwise CW wound triangles would be CCW wound, so the flip means that if GL_CCW is the front face state and back faces are culled, then visibly CCW wound triangles will be culled.