public class GL3SharedVertexIndexArray extends GL3ResourceBase
Modifier and Type | Field and Description |
---|---|
int |
lastVersion |
Constructor and Description |
---|
GL3SharedVertexIndexArray(ElementArray ibo) |
Modifier and Type | Method and Description |
---|---|
GL3SharedVertexIndexArray |
acquire()
Signal the resource that something is holding a reference to it.
|
void |
bind(com.jogamp.opengl.GL3 gl) |
int |
count() |
void |
dispose(com.jogamp.opengl.GL3 gl)
Discard data, regardless of references
|
static GL3SharedVertexIndexArray |
generate(com.jogamp.opengl.GL3 gl) |
boolean |
isDisposed()
Returns true if resource has been disposed
|
boolean |
isValid()
Returns true if resource can be used (i.e.
|
boolean |
maybeUpdate(com.jogamp.opengl.GL3 gl,
VertexIndexArray elements) |
int |
stride() |
int |
type() |
void |
unbind(com.jogamp.opengl.GL3 gl) |
dispose, disposeInvalid, disposeInvalid, disposeUnreferenced, disposeUnreferenced, releaseDispose, releaseDispose
acquireAndCount, getReferenceCount, release, releaseAndCount
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acquireAndCount, getReferenceCount, release, releaseAndCount
public GL3SharedVertexIndexArray(ElementArray ibo)
public boolean maybeUpdate(com.jogamp.opengl.GL3 gl, VertexIndexArray elements)
public void bind(com.jogamp.opengl.GL3 gl)
public void unbind(com.jogamp.opengl.GL3 gl)
public int count()
public int type()
public int stride()
public boolean isValid()
GLResource
isValid
in interface GLResource
isValid
in class GLResourceBase
true
if the resource can be usedpublic void dispose(com.jogamp.opengl.GL3 gl)
GL3Resource
dispose
in interface GL3Resource
dispose
in class GL3ResourceBase
gl
- active contextpublic boolean isDisposed()
GLResource
isDisposed
in interface GLResource
isDisposed
in class GLResourceBase
public GL3SharedVertexIndexArray acquire()
ReferenceCounted
acquire
in interface GL3Resource
acquire
in interface GLResource
acquire
in interface ReferenceCounted
acquire
in class GL3ResourceBase
public static GL3SharedVertexIndexArray generate(com.jogamp.opengl.GL3 gl)