MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / exportToConsole

Method exportToConsole

Engine/source/gfx/gfxDeviceStatistics.cpp:69–74  ·  view source on GitHub ↗

Exports the stats to the console

Source from the content-addressed store, hash-verified

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

Callers 1

endSceneMethod · 0.80

Calls 1

setIntVariableFunction · 0.85

Tested by

no test coverage detected