| 837 | } |
| 838 | |
| 839 | ssize_t Mesh::getIndexCount() const |
| 840 | { |
| 841 | return _meshIndexData->getIndexBuffer()->getSize() / IndexArray::formatToStride(meshIndexFormat); |
| 842 | } |
| 843 | |
| 844 | CustomCommand::IndexFormat Mesh::getIndexFormat() const |
| 845 | { |
no test coverage detected