Exports the stats to the console
| 67 | |
| 68 | /// Exports the stats to the console |
| 69 | void GFXDeviceStatistics::exportToConsole() |
| 70 | { |
| 71 | Con::setIntVariable(vnPolyCount, mPolyCount); |
| 72 | Con::setIntVariable(vnDrawCalls, mDrawCalls); |
| 73 | Con::setIntVariable(vnRenderTargetChanges, mRenderTargetChanges); |
| 74 | } |
no test coverage detected