Uses of Class
com.blackrook.gloop.opengl.gl1.OGLBuffer
Packages that use OGLBuffer
Package
Description
Contains OpenGL 1.X implementations.
Contains OpenGL 3.X implementations.
Utility classes for OpenGL stuff.
-
Uses of OGLBuffer in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 that return OGLBufferModifier and TypeMethodDescriptionOGL15Graphics.createBuffer()Creates a new buffer object.OGL15Graphics.getBuffer(BufferTargetType type) Gets the currently bound buffer for a binding target.protected OGLBufferOGL15Graphics.getCurrentBufferState(BufferTargetType type) Gets the current buffer for a binding target.Methods in com.blackrook.gloop.opengl.gl1 with parameters of type OGLBufferModifier and TypeMethodDescriptionvoidOGL15Graphics.destroyBuffer(OGLBuffer buffer) Destroys a buffer object.voidOGL15Graphics.setBuffer(BufferTargetType type, OGLBuffer buffer) Binds a buffer to the current context.protected voidOGL15Graphics.setCurrentBufferState(BufferTargetType type, OGLBuffer buffer) Sets the current texture for a binding target. -
Uses of OGLBuffer in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type OGLBufferModifier 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 OGLBuffer in com.blackrook.gloop.opengl.util
Methods in com.blackrook.gloop.opengl.util that return OGLBufferModifier and TypeMethodDescriptionGeometryBuilder.create()Creates a new buffer object bindable to theBufferTargetType.GEOMETRYtarget.