Retrieve all the video modes supported in fullscreen mode.
*
When creating a fullscreen window, the video mode is restricted to be
compatible with what the graphics driver and monitor support. This
function returns the complete list of all video modes that can be used in
fullscreen mode. The returned array is sorted from best to worst, so that
the first element will always give the best mode (higher width, height
and bits-per-pixel).
*
Retrieve all the video modes supported in fullscreen mode. * When creating a fullscreen window, the video mode is restricted to be compatible with what the graphics driver and monitor support. This function returns the complete list of all video modes that can be used in fullscreen mode. The returned array is sorted from best to worst, so that the first element will always give the best mode (higher width, height and bits-per-pixel). *