mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
D3D12: Present min/max stats reset.
This commit is contained in:
parent
b5bd7054d7
commit
a53e6270ae
1 changed files with 2 additions and 0 deletions
|
@ -4141,6 +4141,8 @@ data.NumQualityLevels = 0;
|
||||||
|
|
||||||
min = frameTime;
|
min = frameTime;
|
||||||
max = frameTime;
|
max = frameTime;
|
||||||
|
presentMin = m_presentElapsed;
|
||||||
|
presentMax = m_presentElapsed;
|
||||||
}
|
}
|
||||||
|
|
||||||
blit(this, _textVideoMemBlitter, tvm);
|
blit(this, _textVideoMemBlitter, tvm);
|
||||||
|
|
Loading…
Reference in a new issue