summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.cpp
blob: 37d181d494251012e40321468b0efa7ca52cbe3e (plain) (blame)
1
2
3
4
5
6
7
8
#include "DebugInfo.hpp"

std::atomic_int DebugInfo::totalSections(0);
std::atomic_int DebugInfo::renderSections(0);
std::atomic_int DebugInfo::readyRenderer(0);
std::atomic_int DebugInfo::gameThreadTime(0);
std::atomic_int DebugInfo::renderFaces(0);
std::atomic_int DebugInfo::culledSections(0);