| 159 | } |
| 160 | |
| 161 | bool Mesh::UpdateMesh(uint32 vertexCount, uint32 triangleCount, const VB0ElementType* vb0, const VB1ElementType* vb1, const VB2ElementType* vb2, const uint32* ib) |
| 162 | { |
| 163 | PRAGMA_DISABLE_DEPRECATION_WARNINGS |
| 164 | return UpdateMesh(vertexCount, triangleCount, vb0, vb1, vb2, ib, false); |
| 165 | PRAGMA_ENABLE_DEPRECATION_WARNINGS |
| 166 | } |
| 167 | |
| 168 | bool Mesh::UpdateMesh(uint32 vertexCount, uint32 triangleCount, const VB0ElementType* vb0, const VB1ElementType* vb1, const VB2ElementType* vb2, const uint16* ib) |
| 169 | { |
no test coverage detected