namespace OpenToolkit.GraphicsLibraryFramework
{
///
/// Initialization hints are set before and affect how the library behaves until termination.
/// Hints are set with .
///
///
/// 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.
///
public enum InitHintInt
{
}
}