public class GL3ElementAttributeArray
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GL3ElementAttributeArray.IBOInfo |
Constructor and Description |
---|
GL3ElementAttributeArray(IndexBufferObject ibo,
GL3ElementAttributeArray.IBOInfo info) |
GL3ElementAttributeArray(IndexBufferObject ibo,
int type,
int offset,
int stride,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
bind(com.jogamp.opengl.GL3 gl) |
int |
getCount() |
IndexBufferObject |
getIBO() |
int |
getOffset() |
int |
getStride() |
int |
getType() |
boolean |
isValid() |
public GL3ElementAttributeArray(IndexBufferObject ibo, GL3ElementAttributeArray.IBOInfo info)
public GL3ElementAttributeArray(IndexBufferObject ibo, int type, int offset, int stride, int count)
public IndexBufferObject getIBO()
public int getType()
public int getOffset()
public int getStride()
public int getCount()
public void bind(com.jogamp.opengl.GL3 gl)
public boolean isValid()