I spent 1 hour trying to figure out a texturing problem in my game.
In sf::Texture, I saw that the default mode is Normalized, which I attempt to use with a VertexArray.
However, I found that the coordinate system used in RenderTarget is Texture::Pixels.
It's hardcoded into the applyTexture function, why? Will it be customizable in future releases?