Return the number of triangles * @return The number of triangles in the array of triangles to draw */
| 300 | * @return The number of triangles in the array of triangles to draw |
| 301 | */ |
| 302 | RP3D_FORCE_INLINE uint32 DebugRenderer::getNbTriangles() const { |
| 303 | return static_cast<uint32>(mTriangles.size()); |
| 304 | } |
| 305 | |
| 306 | // Return a reference to the array of triangles |
| 307 | /** |