Quote: Original post by Bregma
you need to take care with Microsoft's broken OpenGL implementation -- it reinitializes the entire context on a window resize, which means all your textures need to be reloaded
I had never heard about this (and am glad I did as I am currently working on a cross-platform OpenGL game). Is there more info about it anywhere? Is it only specific versions of Windows or all of them?