Uses of Class
com.blackrook.gloop.opengl.OGLGraphics
Packages that use OGLGraphics
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.
Contains node types for use with OGLScene.
Utility classes for OpenGL stuff.
-
Uses of OGLGraphics in com.blackrook.gloop.opengl
Classes in com.blackrook.gloop.opengl with type parameters of type OGLGraphicsModifier and TypeClassDescriptionclassOGLCanvas<G extends OGLGraphics>A common OpenGL Canvas.classOGLSystem<G extends OGLGraphics>The starting point: the OpenGL subsystem. -
Uses of OGLGraphics in com.blackrook.gloop.opengl.gl1
Subclasses of OGLGraphics in com.blackrook.gloop.opengl.gl1Modifier 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 OGLGraphics in com.blackrook.gloop.opengl.gl2
Subclasses of OGLGraphics in com.blackrook.gloop.opengl.gl2Modifier and TypeClassDescriptionclassOpenGL 2.0 Graphics Implementation.classOpenGL 2.1 Graphics Implementation. -
Uses of OGLGraphics in com.blackrook.gloop.opengl.gl3
Subclasses of OGLGraphics in com.blackrook.gloop.opengl.gl3Modifier and TypeClassDescriptionclassOpenGL 3.0 Graphics Implementation.classOpenGL 3.1 Graphics Implementation.classOpenGL 3.2 Graphics Implementation.classOpenGL 3.3 Graphics Implementation. -
Uses of OGLGraphics in com.blackrook.gloop.opengl.gl4
Subclasses of OGLGraphics 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. -
Uses of OGLGraphics in com.blackrook.gloop.opengl.node
Classes in com.blackrook.gloop.opengl.node with type parameters of type OGLGraphicsModifier and TypeClassDescriptionclassOGLMultiNode<GL extends OGLGraphics>A framebuffer node that contains otherOGLNodes.interfaceOGLNode<GL extends OGLGraphics>A significant entry point whose methods that get executed upon the graphics system requesting a framebuffer redraw or resize.classOGLTriggeredNode<GL extends OGLGraphics>A framebuffer node that performs a one-time set of graphics commands.classOGLWorkerNode<GL extends OGLGraphics, J extends Consumer<? super GL>>An OpenGL node that contains a set of jobs (Consumers) for executing on this node's parent system's thread, the idea being that other non-context threads may want to execute OpenGL commands somewhere in the pipeline, such as prepping shader programs or loading/assigning texture objects. -
Uses of OGLGraphics in com.blackrook.gloop.opengl.util
Classes in com.blackrook.gloop.opengl.util with type parameters of type OGLGraphicsModifier and TypeClassDescriptionstatic classGeometryBuilder.Abstract<GL extends OGLGraphics>Geometry builder utility class.static classProgramBuilder.Abstract<GL extends OGLGraphics>Shader builder utility class.static classTextureBuilder.Abstract<GL extends OGLGraphics>Texture builder utility class.Fields in com.blackrook.gloop.opengl.util declared as OGLGraphics