Uses of Enum Class
com.blackrook.gloop.glfw.GLFWWindowHints.OpenGLProfile
Packages that use GLFWWindowHints.OpenGLProfile
-
Uses of GLFWWindowHints.OpenGLProfile in com.blackrook.gloop.glfw
Subclasses with type arguments of type GLFWWindowHints.OpenGLProfile in com.blackrook.gloop.glfwMethods in com.blackrook.gloop.glfw that return GLFWWindowHints.OpenGLProfileModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GLFWWindowHints.OpenGLProfile[]GLFWWindowHints.OpenGLProfile.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.gloop.glfw with parameters of type GLFWWindowHints.OpenGLProfileModifier and TypeMethodDescriptionGLFWWindowHints.setOpenGLProfile(GLFWWindowHints.OpenGLProfile openGLProfile) Sets which OpenGL profile to create the context for.