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