The function pointer type for framebuffer size callbacks.
This is the function pointer type for framebuffer size callbacks. A framebuffer size callback function has the following signature:
void function_name(GLFWwindow* window, int width, int height)
Added in version 3.0.
Ingroup: window
See Implementation
The function pointer type for framebuffer size callbacks.
This is the function pointer type for framebuffer size callbacks. A framebuffer size callback function has the following signature: