com.metsci.glimpse.gl.attribute
Class GLFloatBuffer
java.lang.Object
com.metsci.glimpse.gl.attribute.GLFloatBuffer
- Direct Known Subclasses:
- GLFloatBuffer2D
public class GLFloatBuffer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLFloatBuffer
public GLFloatBuffer(int length,
int elementSize)
isDirty
public boolean isDirty()
makeDirty
public void makeDirty()
getNumVertices
public int getNumVertices()
getMaxVertices
public int getMaxVertices()
bind
public void bind(GLVertexAttribute type,
javax.media.opengl.GL gl)
bind
public void bind(int genericIndex,
javax.media.opengl.GL gl)
unbind
public void unbind(javax.media.opengl.GL gl)
prepare
public boolean prepare(javax.media.opengl.GL gl)
dispose
public boolean dispose(javax.media.opengl.GL gl)
mutate
public void mutate(GLFloatBuffer.Mutator mutator)
Copyright © 2012 Metron, Inc.. All Rights Reserved.