mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Added number of blit calls submitted stat.
This commit is contained in:
@@ -7423,6 +7423,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
|
||||
perfStats.gpuTimerFreq = 1000000000;
|
||||
perfStats.numDraw = statsKeyType[0];
|
||||
perfStats.numCompute = statsKeyType[1];
|
||||
perfStats.numBlit = _render->m_numBlitItems;
|
||||
perfStats.maxGpuLatency = maxGpuLatency;
|
||||
bx::memCopy(perfStats.numPrims, statsNumPrimsRendered, sizeof(perfStats.numPrims) );
|
||||
perfStats.gpuMemoryMax = -INT64_MAX;
|
||||
|
||||
Reference in New Issue
Block a user