Searched refs:newIndexBuf (Results 1 – 1 of 1) sorted by relevance
1100 IndexBuffer newIndexBuf; in extractVertexData() local1102 newIndexBuf = new IndexIntBuffer(BufferUtils.createIntBuffer(numIndices)); in extractVertexData()1104 newIndexBuf = new IndexShortBuffer(BufferUtils.createShortBuffer(numIndices)); in extractVertexData()1112 newIndexBuf.put(i, newIndex); in extractVertexData()1118 … newIndexBuf instanceof IndexIntBuffer ? Format.UnsignedInt : Format.UnsignedShort, in extractVertexData()1119 newIndexBuf.getBuffer()); in extractVertexData()