![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <ProfilerStat.hpp>
Public Member Functions | |
void | print () const |
Public Attributes | |
uint32 | drawCalls = 0 |
uint32 | triangleCount = 0 |
uint32 | textureCount = 0 |
uint32 | fontCount = 0 |
uint32 | audioCount = 0 |
uint32 | activeVoice = 0 |
void s3d::ProfilerStat::print | ( | ) | const |
uint32 s3d::ProfilerStat::activeVoice = 0 |
uint32 s3d::ProfilerStat::audioCount = 0 |
uint32 s3d::ProfilerStat::drawCalls = 0 |
uint32 s3d::ProfilerStat::fontCount = 0 |
uint32 s3d::ProfilerStat::textureCount = 0 |
uint32 s3d::ProfilerStat::triangleCount = 0 |