MCPcopy Create free account
hub / github.com/cginternals/glbinding / fpsChanged

Method fpsChanged

source/examples/cubescape-qt-gl/Viewer.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void Viewer::fpsChanged(float fps)
112{
113 m_fpsLabel->setText(QString(" %1 fps ")
114 .arg(fps, 2, 'g', 4));
115}
116
117void Viewer::numCubesChanged(int numCubes)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected