Searched refs:pVertDataBase (Results 1 – 1 of 1) sorted by relevance
1495 const float* pVertDataBase; in AssembleSingle() local1498 pVertDataBase = (const float*)&m_pVertexData[slot * m_attributeStrideInVectors * 4]; in AssembleSingle()1503 pVertDataBase = pVertData + slot * 4; in AssembleSingle()1517 const float* pVertData = pVertDataBase; in AssembleSingle()