public class GL3VertexAttributeArray
extends java.lang.Object
Constructor and Description |
---|
GL3VertexAttributeArray(VertexBufferObject vbo,
GL3VertexAttributeArrayInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
bind(com.jogamp.opengl.GL3 gl) |
void |
bind(com.jogamp.opengl.GL3 gl,
int location) |
int |
getCount() |
int |
getDivisor() |
GL3VertexAttributeArrayInfo |
getInfo() |
int |
getOffset() |
int |
getSize() |
int |
getStride() |
int |
getType() |
VertexBufferObject |
getVBO() |
boolean |
isNormalized() |
boolean |
isValid() |
java.lang.String |
toString() |
public GL3VertexAttributeArray(VertexBufferObject vbo, GL3VertexAttributeArrayInfo info)
public VertexBufferObject getVBO()
public GL3VertexAttributeArrayInfo getInfo()
public int getType()
public int getSize()
public boolean isNormalized()
public int getOffset()
public int getStride()
public int getCount()
public int getDivisor()
public void bind(com.jogamp.opengl.GL3 gl)
public void bind(com.jogamp.opengl.GL3 gl, int location)
public boolean isValid()
public java.lang.String toString()
toString
in class java.lang.Object