Searched refs:verticesToCopy (Results 1 – 1 of 1) sorted by relevance
93 int verticesToCopy = srcBuffer.getVertexCount(); in copyInto() local95 TYPE* dst = alloc<TYPE>(verticesToCopy); in copyInto()98 for (int i = 0; i < verticesToCopy; i++) { in copyInto()