GLFWframebuffersizefun

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)
extern (C) @nogc nothrow __gshared
alias GLFWframebuffersizefun = void function(GLFWwindow*, int, int)

Meta

Since

Added in version 3.0.

Ingroup: window