I want to create an OpenGL context to initialize some assets before actually showing the window with SFML. How can I do this?
Take the 2-minute tour
×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.
creates a valid OpenGL context. You can find more info in the official tutorial or the documentation. |
|||
|
Window::setVisible(false)
? – bcrist Feb 14 at 3:57