mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
committed by
Бранимир Караџић
parent
c08d451493
commit
1b85139371
@@ -5812,7 +5812,7 @@ namespace bgfx { namespace d3d12
|
||||
renderDocTriggerCapture();
|
||||
}
|
||||
|
||||
BGFX_D3D12_PROFILER_BEGIN_LITERAL(rendererSubmit, kColorFrame);
|
||||
BGFX_D3D12_PROFILER_BEGIN_LITERAL("rendererSubmit", kColorFrame);
|
||||
|
||||
int64_t timeBegin = bx::getHPCounter();
|
||||
int64_t captureElapsed = 0;
|
||||
@@ -6703,7 +6703,7 @@ namespace bgfx { namespace d3d12
|
||||
|
||||
if (_render->m_debug & (BGFX_DEBUG_IFH|BGFX_DEBUG_STATS) )
|
||||
{
|
||||
BGFX_D3D12_PROFILER_BEGIN_LITERAL(debugstats, kColorFrame);
|
||||
BGFX_D3D12_PROFILER_BEGIN_LITERAL("debugstats", kColorFrame);
|
||||
|
||||
// m_needPresent = true;
|
||||
TextVideoMem& tvm = m_textVideoMem;
|
||||
@@ -6871,7 +6871,7 @@ namespace bgfx { namespace d3d12
|
||||
}
|
||||
else if (_render->m_debug & BGFX_DEBUG_TEXT)
|
||||
{
|
||||
BGFX_D3D12_PROFILER_BEGIN_LITERAL(debugtext, kColorFrame);
|
||||
BGFX_D3D12_PROFILER_BEGIN_LITERAL("debugtext", kColorFrame);
|
||||
|
||||
blit(this, _textVideoMemBlitter, _render->m_textVideoMem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user