Added number of blit calls submitted stat.

This commit is contained in:
Branimir Karadžić
2018-10-09 18:10:54 -07:00
parent 52a5ca839c
commit bafcf613ba
9 changed files with 9 additions and 1 deletions

View File

@@ -4407,6 +4407,7 @@ BX_UNUSED(presentMin, presentMax);
// perfStats.gpuTimerFreq = m_gpuTimer.m_frequency;
// 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;