Uses of Class
com.blackrook.gloop.opengl.gl3.OGLVertexArrayState
Packages that use OGLVertexArrayState
-
Uses of OGLVertexArrayState in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 that return OGLVertexArrayStateModifier and TypeMethodDescriptionOGL30Graphics.createVertexArrayState()Creates a vertex array state object, which maintains the state of bound vertex attributes and bound buffer targets.OGL30Graphics.createVertexArrayState(OGLBuffer buffer, GeometryBuilder builder) Creates a vertex array state object, which maintains the state of bound vertex attributes and bound buffer targets.Methods in com.blackrook.gloop.opengl.gl3 with parameters of type OGLVertexArrayStateModifier and TypeMethodDescriptionvoidOGL30Graphics.destroyVertexArrayState(OGLVertexArrayState arrayState) Destroys a vertex array state.voidOGL30Graphics.setVertexArrayState(OGLVertexArrayState state) Sets the current vertex array state, which also restores all of the vertex attribute pointer and buffer target bindings associated with it.