public class GLFloatBuffer2D extends GLFloatBuffer
Modifier and Type | Class and Description |
---|---|
static interface |
GLFloatBuffer2D.IndexedMutator |
GLFloatBuffer.Mutator
Constructor and Description |
---|
GLFloatBuffer2D(int length) |
GLFloatBuffer2D(int length,
boolean indexEnabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
isIndexEnabled() |
void |
mutate(GLFloatBuffer.Mutator mutator) |
void |
mutateIndexed(GLFloatBuffer2D.IndexedMutator mutator) |
int |
search(float xMin,
float xMax,
float yMin,
float yMax,
FilterInt filter,
IntsModifiable result) |
int |
search(float xMin,
float xMax,
float yMin,
float yMax,
IntsModifiable result) |
void |
setIndexEnabled(boolean enabled) |
getBytesPerElement, getGlType
bind, bind, createBuffer, dispose, ensureCapacity, getMaxVertices, getNumVertices, isDirty, makeDirty, mutate, prepare, unbind
public GLFloatBuffer2D(int length, boolean indexEnabled)
public GLFloatBuffer2D(int length)
public boolean isIndexEnabled()
public void setIndexEnabled(boolean enabled)
public int search(float xMin, float xMax, float yMin, float yMax, IntsModifiable result)
public int search(float xMin, float xMax, float yMin, float yMax, FilterInt filter, IntsModifiable result)
public void mutateIndexed(GLFloatBuffer2D.IndexedMutator mutator)
public void mutate(GLFloatBuffer.Mutator mutator)
mutate
in class GLFloatBuffer
Copyright © 2016 Metron, Inc.. All rights reserved.