| 181 | } |
| 182 | |
| 183 | VertexColourType ExportRenderManager::getVertexFormat() const |
| 184 | { |
| 185 | return VertexColourType::ColourARGB; |
| 186 | } |
| 187 | |
| 188 | RenderBatchInfo* ExportRenderManager::getBatchInfo(size_t _index) const |
| 189 | { |
no outgoing calls
no test coverage detected