Searched refs:numIndexes (Results 1 – 2 of 2) sorted by relevance
228 void CreateAndInitBuffer(int numIndexes, VkIndexType dataFormat, const void *data);
1028 void VkIndexBufferObj::CreateAndInitBuffer(int numIndexes, VkIndexType indexType, const void *data)… in CreateAndInitBuffer() argument1029 m_numVertices = numIndexes; in CreateAndInitBuffer()1044 const size_t allocationSize = numIndexes * m_stride; in CreateAndInitBuffer()