mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Revert "Merge pull request #3578 from Armada651/forced-slow-depth"
This reverts commite2a1a085b6, reversing changes made to2aea549eef.
This commit is contained in:
@@ -333,7 +333,7 @@ static T GenerateVertexShader(API_TYPE api_type)
|
||||
else // OGL
|
||||
{
|
||||
// this results in a scale from -1..0 to -1..1 after perspective
|
||||
// divide, but introduces a floating point round-trip error.
|
||||
// divide
|
||||
out.Write("o.pos.z = o.pos.z * -2.0 - o.pos.w;\n");
|
||||
|
||||
// the next steps of the OGL pipeline are:
|
||||
|
||||
Reference in New Issue
Block a user