Variable setFramebufferSizeCallbackConst
setFramebufferSizeCallback: (
window: GLFWwindow,
callback:
| null
| ((window: GLFWwindow, width: number, height: number) => void),
) => void = GLFW.setFramebufferSizeCallback
Type Declaration
- (
window: GLFWwindow,
callback:
| null
| ((window: GLFWwindow, width: number, height: number) => void),
): void Parameters
- window: GLFWwindow
- callback: null | ((window: GLFWwindow, width: number, height: number) => void)
Returns void