sharpgl
sharpgl copied to clipboard
a bug in OpenGL.GDItoOpenGL(ref int x, ref int y); when y is 0?
I think y should be: y = viewport[3] - y - 1; It also exsts in GDICoordinatetoOpenGLCoordinate(ref int x, ref int y);.