class Espresso::NoWindowContextError
- Espresso::NoWindowContextError
- Espresso::GLFWError
- Exception
- Reference
- Object
Overview
Error indicating a window doesn't have an OpenGL (or OpenGL ES) context. A function was called that requires the specified window to have a context.
Defined in:
espresso/errors/no_window_context_error.crInstance Method Summary
-
#code : LibGLFW::ErrorCode
Underlying value that represents the error type.