We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca7717 commit e4b1df8Copy full SHA for e4b1df8
src/Layers/xrRenderGL/glHW.cpp
@@ -131,7 +131,6 @@ void CHW::CreateDevice( HWND hWnd, bool move_window )
131
#endif // DEBUG
132
133
// Clip control ensures compatibility with D3D device coordinates.
134
- // TODO: OGL: Also use GL_UPPER_LEFT to match D3D.
135
// TODO: OGL: Fix these differences in the blenders/shaders.
136
CHK_GL(glClipControl(GL_UPPER_LEFT, GL_ZERO_TO_ONE));
137
0 commit comments