Return the number of vertices * @return The number of vertices in the array */
| 100 | * @return The number of vertices in the array |
| 101 | */ |
| 102 | RP3D_FORCE_INLINE uint32 VertexArray::getNbVertices() const { |
| 103 | return mNbVertices; |
| 104 | } |
| 105 | |
| 106 | // Return the vertices stride (number of bytes) |
| 107 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected