public class LowMemoryLineVertexBufferObject extends LowMemoryVertexBufferObject implements ILineVertexBufferObject
IDisposable.AlreadyDisposedExceptionmFloatBuffermAutoDispose, mByteBuffer, mCapacity, mDirtyOnHardware, mDisposed, mHardwareBufferID, mUsage, mVertexBufferObjectAttributes, mVertexBufferObjectManagerHARDWARE_BUFFER_ID_INVALID| Constructor and Description |
|---|
LowMemoryLineVertexBufferObject(VertexBufferObjectManager pVertexBufferObjectManager,
int pCapacity,
DrawType pDrawType,
boolean pAutoDispose,
VertexBufferObjectAttributes pVertexBufferObjectAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
onUpdateColor(Line pLine) |
void |
onUpdateVertices(Line pLine) |
getFloatBuffer, getHeapMemoryByteSize, getNativeHeapMemoryByteSize, onBufferDatabind, bind, dispose, draw, draw, finalize, getByteCapacity, getCapacity, getGPUMemoryByteSize, getHardwareBufferID, getVertexBufferObjectManager, isAutoDispose, isDirtyOnHardware, isDisposed, isLoadedToHardware, setDirtyOnHardware, setNotLoadedToHardware, unbind, unloadFromHardwareclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, bind, draw, draw, getByteCapacity, getCapacity, getGPUMemoryByteSize, getHardwareBufferID, getHeapMemoryByteSize, getNativeHeapMemoryByteSize, getVertexBufferObjectManager, isAutoDispose, isDirtyOnHardware, isLoadedToHardware, setDirtyOnHardware, setNotLoadedToHardware, unbind, unloadFromHardwaredispose, isDisposedpublic LowMemoryLineVertexBufferObject(VertexBufferObjectManager pVertexBufferObjectManager, int pCapacity, DrawType pDrawType, boolean pAutoDispose, VertexBufferObjectAttributes pVertexBufferObjectAttributes)
public void onUpdateColor(Line pLine)
onUpdateColor in interface ILineVertexBufferObjectpublic void onUpdateVertices(Line pLine)
onUpdateVertices in interface ILineVertexBufferObject