For a video tutorial I am making on windowing and video modes, I was wondering what happens when we give our video mode something like 11bit colour.
It is invalid for fullscreen mode, but what happens for windowed applications?
Also, to clarify, when a bad video mode is passed to the window constructor, does it revert to sf::VideoMode::GetDesktopMode()?