OpenGLRenderer: Flip screenspace

This commit is contained in:
Jérôme Leclercq
2020-08-09 18:40:59 +02:00
parent ac7b523bc7
commit d4f60c174e
4 changed files with 40 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ namespace Nz
{
return context.IsExtensionSupported(std::string(ext));
};
env.flipYPosition = true;
GlslWriter writer;
writer.SetEnv(env);