Hi, does sfml creates a global context for sharing. When is this global context created? Is it created when a sf::Window is created?
e.g
On first create of sf::Window
create shared global context
create render context and share with the global context
regards