Enum InitHintInt
Initialization hints are set before Init() and affect how the library behaves until termination. Hints are set with InitHint(InitHintInt, int).
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum InitHintInt
Remarks
While this enum has no members,
it can still be useful because it allows you to access the direct glfwInitHint(int, int)
API.
In case a future version of GLFW adds an int-taking int hint and we don't handle it.