Uses of Interface
com.blackrook.gloop.opengl.OGLGraphics.Options
Packages that use OGLGraphics.Options
Package
Description
Contains root classes.
Contains OpenGL 1.X implementations.
Contains OpenGL 2.X implementations.
Contains OpenGL 3.X implementations.
Contains OpenGL 4.X implementations.
-
Uses of OGLGraphics.Options in com.blackrook.gloop.opengl
Fields in com.blackrook.gloop.opengl declared as OGLGraphics.OptionsModifier and TypeFieldDescriptionstatic final OGLGraphics.OptionsOGLSystemFactory.DEFAULT_OPTIONSDefault options.static final OGLGraphics.OptionsOGLSystemFactory.NO_ERROR_CHECKINGOptions that disable error checking.Methods in com.blackrook.gloop.opengl with parameters of type OGLGraphics.OptionsModifier and TypeMethodDescriptionstatic OGLSystem<OGL11Graphics> OGLSystemFactory.getOpenGL11(OGLGraphics.Options options) Creates an OpenGL 1.1 implementation system.static OGLSystem<OGL12Graphics> OGLSystemFactory.getOpenGL12(OGLGraphics.Options options) Creates an OpenGL 1.2 implementation system.static OGLSystem<OGL13Graphics> OGLSystemFactory.getOpenGL13(OGLGraphics.Options options) Creates an OpenGL 1.3 implementation system.static OGLSystem<OGL14Graphics> OGLSystemFactory.getOpenGL14(OGLGraphics.Options options) Creates an OpenGL 1.4 implementation system.static OGLSystem<OGL15Graphics> OGLSystemFactory.getOpenGL15(OGLGraphics.Options options) Creates an OpenGL 1.5 implementation system.static OGLSystem<OGL20Graphics> OGLSystemFactory.getOpenGL20(OGLGraphics.Options options) Creates an OpenGL 2.0 implementation system.static OGLSystem<OGL21Graphics> OGLSystemFactory.getOpenGL21(OGLGraphics.Options options) Creates an OpenGL 2.1 implementation system.static OGLSystem<OGL30Graphics> OGLSystemFactory.getOpenGL30(OGLGraphics.Options options) Creates an OpenGL 3.0 implementation system.static OGLSystem<OGL30Graphics> OGLSystemFactory.getOpenGL30Core(OGLGraphics.Options options) Creates an OpenGL 3.0 Core implementation system.static OGLSystem<OGL31Graphics> OGLSystemFactory.getOpenGL31(OGLGraphics.Options options) Creates an OpenGL 3.1 implementation system.static OGLSystem<OGL31Graphics> OGLSystemFactory.getOpenGL31Core(OGLGraphics.Options options) Creates an OpenGL 3.1 Core implementation system.static OGLSystem<OGL32Graphics> OGLSystemFactory.getOpenGL32(OGLGraphics.Options options) Creates an OpenGL 3.2 implementation system.static OGLSystem<OGL32Graphics> OGLSystemFactory.getOpenGL32Core(OGLGraphics.Options options) Creates an OpenGL 3.2 Core implementation system.static OGLSystem<OGL33Graphics> OGLSystemFactory.getOpenGL33(OGLGraphics.Options options) Creates an OpenGL 3.3 implementation system.static OGLSystem<OGL33Graphics> OGLSystemFactory.getOpenGL33Core(OGLGraphics.Options options) Creates an OpenGL 3.3 Core implementation system.static OGLSystem<OGL40Graphics> OGLSystemFactory.getOpenGL40Core(OGLGraphics.Options options) Creates an OpenGL 4.0 Core implementation system.static OGLSystem<OGL41Graphics> OGLSystemFactory.getOpenGL41Core(OGLGraphics.Options options) Creates an OpenGL 4.1 Core implementation system.static OGLSystem<OGL42Graphics> OGLSystemFactory.getOpenGL42Core(OGLGraphics.Options options) Creates an OpenGL 4.2 Core implementation system.static OGLSystem<OGL43Graphics> OGLSystemFactory.getOpenGL43Core(OGLGraphics.Options options) Creates an OpenGL 4.3 Core implementation system.static OGLSystem<OGL44Graphics> OGLSystemFactory.getOpenGL44Core(OGLGraphics.Options options) Creates an OpenGL 4.4 Core implementation system.static OGLSystem<OGL45Graphics> OGLSystemFactory.getOpenGL45Core(OGLGraphics.Options options) Creates an OpenGL 4.5 Core implementation system.static OGLSystem<OGL46Graphics> OGLSystemFactory.getOpenGL46Core(OGLGraphics.Options options) Creates an OpenGL 4.6 Core implementation system.Constructors in com.blackrook.gloop.opengl with parameters of type OGLGraphics.OptionsModifierConstructorDescriptionprotectedOGLGraphics(OGLGraphics.Options options, boolean core) Initializes this graphics. -
Uses of OGLGraphics.Options in com.blackrook.gloop.opengl.gl1
Constructors in com.blackrook.gloop.opengl.gl1 with parameters of type OGLGraphics.OptionsModifierConstructorDescriptionOGL11Graphics(OGLGraphics.Options options, boolean core) OGL12Graphics(OGLGraphics.Options options, boolean core) OGL13Graphics(OGLGraphics.Options options, boolean core) OGL14Graphics(OGLGraphics.Options options, boolean core) OGL15Graphics(OGLGraphics.Options options, boolean core) -
Uses of OGLGraphics.Options in com.blackrook.gloop.opengl.gl2
Constructors in com.blackrook.gloop.opengl.gl2 with parameters of type OGLGraphics.OptionsModifierConstructorDescriptionOGL20Graphics(OGLGraphics.Options options, boolean core) OGL21Graphics(OGLGraphics.Options options, boolean core) -
Uses of OGLGraphics.Options in com.blackrook.gloop.opengl.gl3
Constructors in com.blackrook.gloop.opengl.gl3 with parameters of type OGLGraphics.OptionsModifierConstructorDescriptionOGL30Graphics(OGLGraphics.Options options, boolean core) OGL31Graphics(OGLGraphics.Options options, boolean core) OGL32Graphics(OGLGraphics.Options options, boolean core) OGL33Graphics(OGLGraphics.Options options, boolean core) -
Uses of OGLGraphics.Options in com.blackrook.gloop.opengl.gl4
Constructors in com.blackrook.gloop.opengl.gl4 with parameters of type OGLGraphics.OptionsModifierConstructorDescriptionOGL40Graphics(OGLGraphics.Options options, boolean core) OGL41Graphics(OGLGraphics.Options options, boolean core) OGL42Graphics(OGLGraphics.Options options, boolean core) OGL43Graphics(OGLGraphics.Options options, boolean core) OGL44Graphics(OGLGraphics.Options options, boolean core) OGL45Graphics(OGLGraphics.Options options, boolean core) OGL46Graphics(OGLGraphics.Options options, boolean core)