glfwGetVideoModes¶
Returns the available video modes for the specified monitor.
This function returns an array of all video modes supported by the specified monitor. The returned array is sorted in ascending order, first by color bit depth (the sum of all channel depths), then by resolution area (the product of width and height), then resolution width and finally by refresh rate.
- arguments
-
\GLFWmonitor
$monitor
The monitor to query.
- returns
-
\GLFWvidmode