Delegate GLFWCallbacks.ErrorCallback
The function signature for error callback functions.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.ErrorCallback(ErrorCode error, string description)
Parameters
Type | Name | Description |
---|---|---|
ErrorCode | error | An error code. |
string | description | A UTF-8 encoded string describing the error. |