Uses of Class
com.blackrook.gloop.opengl.gl3.OGL32Graphics
Packages that use OGL32Graphics
Package
Description
Contains root classes.
Contains OpenGL 3.X implementations.
Contains OpenGL 4.X implementations.
-
Uses of OGL32Graphics in com.blackrook.gloop.opengl
Methods in com.blackrook.gloop.opengl that return types with arguments of type OGL32GraphicsModifier and TypeMethodDescriptionstatic OGLSystem<OGL32Graphics> OGLSystemFactory.getOpenGL32()Creates an OpenGL 3.2 implementation system.static OGLSystem<OGL32Graphics> OGLSystemFactory.getOpenGL32(OGLGraphics.Options options) Creates an OpenGL 3.2 implementation system.static OGLSystem<OGL32Graphics> OGLSystemFactory.getOpenGL32Core()Creates an OpenGL 3.2 Core implementation system.static OGLSystem<OGL32Graphics> OGLSystemFactory.getOpenGL32Core(OGLGraphics.Options options) Creates an OpenGL 3.2 Core implementation system. -
Uses of OGL32Graphics in com.blackrook.gloop.opengl.gl3
Subclasses of OGL32Graphics in com.blackrook.gloop.opengl.gl3 -
Uses of OGL32Graphics in com.blackrook.gloop.opengl.gl4
Subclasses of OGL32Graphics in com.blackrook.gloop.opengl.gl4Modifier 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.