Uses of Interface
com.blackrook.gloop.opengl.OGLVersioned
Packages that use OGLVersioned
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 OGLVersioned in com.blackrook.gloop.opengl
Classes in com.blackrook.gloop.opengl that implement OGLVersionedModifier and TypeClassDescriptionclassA common encapsulator for all OpenGL implementations.Methods in com.blackrook.gloop.opengl with parameters of type OGLVersionedModifier and TypeMethodDescriptionbooleanOGLGraphics.supports(OGLVersioned versioned) Checks the version of this graphics implementation against a versioned object, and if the object is from a later version, return false.voidOGLGraphics.verifyFeatureSupport(OGLVersioned versioned) Checks the version of this graphics implementation against a versioned object, and if the object is from a later version, throw an exception. -
Uses of OGLVersioned in com.blackrook.gloop.opengl.enums
Classes in com.blackrook.gloop.opengl.enums that implement OGLVersionedModifier and TypeClassDescriptionenumType target enumeration for one-dimensional buffer types.enumColor pixel storage format.enumGeometry typeenumQuery type.enumShader program type.enumTexture internal storage format.enumTexture target types.enumTexture wrapping types. -
Uses of OGLVersioned in com.blackrook.gloop.opengl.gl1
Classes in com.blackrook.gloop.opengl.gl1 that implement OGLVersionedModifier and TypeClassDescriptionclassOpenGL 1.1 Graphics Implementation.classOpenGL 1.2 Graphics Implementation.classOpenGL 1.3 Graphics Implementation.classOpenGL 1.4 Graphics Implementation.classOpenGL 1.5 Graphics Implementation. -
Uses of OGLVersioned in com.blackrook.gloop.opengl.gl2
Classes in com.blackrook.gloop.opengl.gl2 that implement OGLVersionedModifier and TypeClassDescriptionclassOpenGL 2.0 Graphics Implementation.classOpenGL 2.1 Graphics Implementation. -
Uses of OGLVersioned in com.blackrook.gloop.opengl.gl3
Classes in com.blackrook.gloop.opengl.gl3 that implement OGLVersionedModifier and TypeClassDescriptionclassOpenGL 3.0 Graphics Implementation.classOpenGL 3.1 Graphics Implementation.classOpenGL 3.2 Graphics Implementation.classOpenGL 3.3 Graphics Implementation. -
Uses of OGLVersioned in com.blackrook.gloop.opengl.gl4
Classes in com.blackrook.gloop.opengl.gl4 that implement OGLVersionedModifier and TypeClassDescriptionclassOpenGL 4.0 Graphics Implementation.classOpenGL 4.1 Graphics Implementation.classOpenGL 4.2 Graphics Implementation.classOpenGL 4.3 Graphics Implementation.classOpenGL 4.4 Graphics Implementation.classOpenGL 4.5 Graphics Implementation.classOpenGL 4.6 Graphics Implementation.