Home | History | Annotate | Download | only in Tools

Lines Matching refs:nNumVertex

284 @Input		nNumVertex	The number of vertices
292 const unsigned int nNumVertex,
306 psMesh->pV = (PVRTVECTOR3*)malloc(nNumVertex * sizeof(*psMesh->pV));
320 _ASSERT(psMesh->nV <= nNumVertex);
324 _RPT2(_CRT_WARN, "Unique vertices : %d (from %d)\n", psMesh->nV, nNumVertex);