Show / Hide Table of Contents

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.

In This Article
Back to top Generated by DocFX