1
Window / Re: Keeping Vertex Array Objects when closing a window
« on: January 14, 2014, 01:19:06 pm »I guess you meant this thread: http://en.sfml-dev.org/forums/index.php?topic=10930.msg75410#msg75410
http://en.sfml-dev.org/forums/index.php?topic=5977.msg39298#msg39298
There is also a implementation for windows.
Edit: This tweek is only a borderless resized (to screen resolution) window.
AlexAUT
I need a way to do it on all platforms, that's the main reason I'm using SFML for window creation in the first place. Resizing a borderless window would run slower since desktop remains in video memory.
I've decided I will not use VAOs at all, at least until this is fixed.