Uses of Interface
com.blackrook.gloop.opengl.util.GeometryBuilder
Packages that use GeometryBuilder
Package
Description
Contains OpenGL 1.X implementations.
Contains OpenGL 3.X implementations.
Utility classes for OpenGL stuff.
-
Uses of GeometryBuilder in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 that return GeometryBuilderModifier and TypeMethodDescriptionOGL15Graphics.createGeometryBuilder(int vertices, int... attributeSizes) Creates a new geometry builder. -
Uses of GeometryBuilder in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type GeometryBuilderModifier and TypeMethodDescriptionOGL30Graphics.createVertexArrayState(OGLBuffer buffer, GeometryBuilder builder) Creates a vertex array state object, which maintains the state of bound vertex attributes and bound buffer targets. -
Uses of GeometryBuilder in com.blackrook.gloop.opengl.util
Classes in com.blackrook.gloop.opengl.util that implement GeometryBuilderModifier and TypeClassDescriptionstatic classGeometryBuilder.Abstract<GL extends OGLGraphics>Geometry builder utility class.Methods in com.blackrook.gloop.opengl.util that return GeometryBuilder