Searched refs:vtxIDs (Results 1 – 1 of 1) sorted by relevance
163 long[] vtxIDs = new long[vtxCount]; in updateFromNative() local167 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); in updateFromNative() local175 if(vtxIDs[i] != 0) { in updateFromNative()176 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative()