Пример #1
0
	size_t CalcVertexArraySize(const Vertex3Ds& m_vertexArray) { return sizeof(Vertex3D) * (m_vertexArray.size()); }