| 140 | } |
| 141 | |
| 142 | static void PostRunFrameCount(dmEngine::HEngine engine, void* ctx) |
| 143 | { |
| 144 | dmEngine::Stats stats; |
| 145 | dmEngine::GetStats(engine, stats); |
| 146 | *((uint32_t*) ctx) = stats.m_FrameCount; |
| 147 | } |
| 148 | |
| 149 | static void PostRunGetStats(dmEngine::HEngine engine, void* stats) |
| 150 | { |
nothing calls this directly
no test coverage detected