class Espresso::NoWindowContextError

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.cr

Instance Method Summary

Instance methods inherited from class Espresso::GLFWError

code : LibGLFW::ErrorCode code

Instance Method Detail

def code : LibGLFW::ErrorCode #

Underlying value that represents the error type.


[View source]