GL: Fixed GPU timer frequency.

This commit is contained in:
Branimir Karadžić 2015-09-02 15:03:22 -07:00
parent 0978ce36da
commit 6edba00924

View file

@ -5957,7 +5957,7 @@ namespace bgfx { namespace gl
perfStats.cpuTime = frameTime;
perfStats.cpuTimerFreq = timerFreq;
perfStats.gpuTime = elapsedGl;
perfStats.gpuTimerFreq = 100000000;
perfStats.gpuTimerFreq = 1000000000;
if (_render->m_debug & (BGFX_DEBUG_IFH|BGFX_DEBUG_STATS) )
{