Searched defs:getIndicesBuffer (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DMesh.java325 int pos = getIndicesBuffer().position();
326 getIndicesBuffer().position(srcOffset);
327 getIndicesBuffer().get(indices, destOffset, count);
328 getIndicesBuffer().position(pos);
796 public ShortBuffer getIndicesBuffer () { method in class:Mesh

Completed in 150 milliseconds