|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
static |
Sets a custom error callback for GLFW errors.
| callback | A function to be called on GLFW errors, receiving an error code and description |
Overrides the default GLFW error callback with the provided function. The callback will be invoked whenever a GLFW error occurs.
Definition at line 194 of file GlfwSingleton.cpp.
References s_error_callback.