Uses of Class
com.blackrook.gloop.opengl.gl1.OGL11Graphics
Packages that use OGL11Graphics
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 OGL11Graphics in com.blackrook.gloop.opengl
Methods in com.blackrook.gloop.opengl that return types with arguments of type OGL11GraphicsModifier and TypeMethodDescriptionstatic OGLSystem<OGL11Graphics> OGLSystemFactory.getOpenGL11()Creates an OpenGL 1.1 implementation system.static OGLSystem<OGL11Graphics> OGLSystemFactory.getOpenGL11(OGLGraphics.Options options) Creates an OpenGL 1.1 implementation system. -
Uses of OGL11Graphics in com.blackrook.gloop.opengl.gl1
Subclasses of OGL11Graphics in com.blackrook.gloop.opengl.gl1Modifier and TypeClassDescriptionclassOpenGL 1.2 Graphics Implementation.classOpenGL 1.3 Graphics Implementation.classOpenGL 1.4 Graphics Implementation.classOpenGL 1.5 Graphics Implementation. -
Uses of OGL11Graphics in com.blackrook.gloop.opengl.gl2
Subclasses of OGL11Graphics in com.blackrook.gloop.opengl.gl2Modifier and TypeClassDescriptionclassOpenGL 2.0 Graphics Implementation.classOpenGL 2.1 Graphics Implementation. -
Uses of OGL11Graphics in com.blackrook.gloop.opengl.gl3
Subclasses of OGL11Graphics 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 OGL11Graphics in com.blackrook.gloop.opengl.gl4
Subclasses of OGL11Graphics 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 OGL11Graphics in com.blackrook.gloop.opengl.node
Subclasses with type arguments of type OGL11Graphics in com.blackrook.gloop.opengl.nodeModifier and TypeClassDescriptionclassA one-time triggered node that performs usually one-time OpenGL setup commands, like clear color, VSYNC, hints, or whatever.Classes in com.blackrook.gloop.opengl.node that implement interfaces with type arguments of type OGL11GraphicsMethods in com.blackrook.gloop.opengl.node with parameters of type OGL11GraphicsModifier and TypeMethodDescriptionvoidOGLInitNode.doTriggeredDisplay(OGL11Graphics gl) voidOGLClearNode.onDisplay(OGL11Graphics gl) -
Uses of OGL11Graphics in com.blackrook.gloop.opengl.util
Methods in com.blackrook.gloop.opengl.util with parameters of type OGL11GraphicsModifier and TypeMethodDescriptionprotected voidTextureBuilder.Abstract.store1D(OGL11Graphics gl, Function<BufferedImage, ByteBuffer> dataFunc, ColorFormat colorFormat, TextureFormat textureFormat) protected voidTextureBuilder.Abstract.store1DArray(OGL11Graphics gl, Function<BufferedImage[], ByteBuffer> dataArrayFunc, ColorFormat colorFormat, TextureFormat textureFormat) protected voidTextureBuilder.Abstract.store2D(OGL11Graphics gl, Function<BufferedImage, ByteBuffer> dataFunc, ColorFormat colorFormat, TextureFormat textureFormat)