1
DotNet / SFML.NET doesn't expose sf::Context
« on: November 17, 2011, 06:02:52 pm »
I believe the problem is that separate threads must use separate GL contexts. Loading the texture needs to be done in a separate context that shares textures with the RenderWindow's, which is why sf::Context would be useful.