Hello! I'm trying to use opengl rendering, while at the same time using SFML in spots to control the windows and texture loading.
However, the difference between openGL and SFML's coordinate systems, specifically the fact that y rises is different directions, is causing all sorts of subtle problems.
Is there any way to isolate and disable the parts of SMFL that performs the y-flip conversion in the first place?