This commit is contained in:
Branimir Karadžić 2014-10-25 19:16:24 -07:00
Родитель 208a348ab2
Коммит 62abe9db5e
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -773,6 +773,7 @@ struct Imgui
m_view = _view; m_view = _view;
m_viewWidth = _width; m_viewWidth = _width;
m_viewHeight = _height; m_viewHeight = _height;
bgfx::setViewName(_view, "IMGUI");
bgfx::setViewSeq(_view, true); bgfx::setViewSeq(_view, true);
bgfx::setViewRect(_view, 0, 0, _width, _height); bgfx::setViewRect(_view, 0, 0, _width, _height);

Просмотреть файл

@ -3477,6 +3477,8 @@ RENDERDOC_IMPORT
} }
} }
PIX_ENDEVENT();
int64_t now = bx::getHPCounter(); int64_t now = bx::getHPCounter();
elapsed += now; elapsed += now;

Просмотреть файл

@ -3437,8 +3437,6 @@ namespace bgfx
} }
} }
PIX_ENDEVENT();
if (0 < _render->m_num) if (0 < _render->m_num)
{ {
captureElapsed = -bx::getHPCounter(); captureElapsed = -bx::getHPCounter();
@ -3447,6 +3445,8 @@ namespace bgfx
} }
} }
PIX_ENDEVENT();
int64_t now = bx::getHPCounter(); int64_t now = bx::getHPCounter();
elapsed += now; elapsed += now;