Uses of Enum Class
com.blackrook.gloop.opengl.OGLVersion
Packages that use OGLVersion
Package
Description
Contains root classes.
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
Contains OpenGL 2.X implementations.
Contains OpenGL 3.X implementations.
Contains OpenGL 4.X implementations.
-
Uses of OGLVersion in com.blackrook.gloop.opengl
Subclasses with type arguments of type OGLVersion in com.blackrook.gloop.openglClasses in com.blackrook.gloop.opengl that implement interfaces with type arguments of type OGLVersionMethods in com.blackrook.gloop.opengl that return OGLVersionModifier and TypeMethodDescriptionOGLVersioned.getVersion()static OGLVersionReturns the enum constant of this class with the specified name.static OGLVersion[]OGLVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OGLVersion in com.blackrook.gloop.opengl.enums
Methods in com.blackrook.gloop.opengl.enums that return OGLVersionModifier and TypeMethodDescriptionBufferTargetType.getVersion()ColorFormat.getVersion()GeometryType.getVersion()QueryTarget.getVersion()ShaderType.getVersion()TextureFormat.getVersion()TextureTargetType.getVersion()TextureWrapType.getVersion() -
Uses of OGLVersion in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 that return OGLVersionModifier and TypeMethodDescriptionOGL11Graphics.getVersion()OGL12Graphics.getVersion()OGL13Graphics.getVersion()OGL14Graphics.getVersion()OGL15Graphics.getVersion() -
Uses of OGLVersion in com.blackrook.gloop.opengl.gl2
Methods in com.blackrook.gloop.opengl.gl2 that return OGLVersion -
Uses of OGLVersion in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 that return OGLVersionModifier and TypeMethodDescriptionOGL30Graphics.getVersion()OGL31Graphics.getVersion()OGL32Graphics.getVersion()OGL33Graphics.getVersion() -
Uses of OGLVersion in com.blackrook.gloop.opengl.gl4
Methods in com.blackrook.gloop.opengl.gl4 that return OGLVersionModifier and TypeMethodDescriptionOGL40Graphics.getVersion()OGL41Graphics.getVersion()OGL42Graphics.getVersion()OGL43Graphics.getVersion()OGL44Graphics.getVersion()OGL45Graphics.getVersion()OGL46Graphics.getVersion()