com.metsci.glimpse.gl.attribute
Interface GLFloatBuffer2D.IndexedMutator

All Superinterfaces:
GLFloatBuffer.Mutator
Enclosing class:
GLFloatBuffer2D

public static interface GLFloatBuffer2D.IndexedMutator
extends GLFloatBuffer.Mutator


Method Summary
 int getUpdateIndex()
          Indicates that the mutator will delete everything currently existing in the buffer at this index and beyond.
 void mutate(java.nio.FloatBuffer data, int length)
           
 

Method Detail

getUpdateIndex

int getUpdateIndex()
Indicates that the mutator will delete everything currently existing in the buffer at this index and beyond.

Returns:
the lowest changed index in the buffer

mutate

void mutate(java.nio.FloatBuffer data,
            int length)
Specified by:
mutate in interface GLFloatBuffer.Mutator


Copyright © 2012 Metron, Inc.. All Rights Reserved.