Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Rusky

Pages: [1]
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.

Pages: [1]
anything