Return the vertex data type * @return The data type of the vertices in the array */
| 92 | * @return The data type of the vertices in the array |
| 93 | */ |
| 94 | RP3D_FORCE_INLINE VertexArray::DataType VertexArray::getDataType() const { |
| 95 | return mDataType; |
| 96 | } |
| 97 | |
| 98 | // Return the number of vertices |
| 99 | /** |