Delegate GLFWCallbacks.WindowRefreshCallback
The function signature for window refresh functions.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.WindowRefreshCallback(Window* window)
Parameters
Type | Name | Description |
---|---|---|
Window* | window | The window that needs to be refreshed. |