mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
committed by
Бранимир Караџић
parent
c08d451493
commit
1b85139371
@@ -5314,7 +5314,7 @@ namespace bgfx { namespace d3d11
|
||||
renderDocTriggerCapture();
|
||||
}
|
||||
|
||||
BGFX_D3D11_PROFILER_BEGIN_LITERAL(rendererSubmit, kColorView);
|
||||
BGFX_D3D11_PROFILER_BEGIN_LITERAL("rendererSubmit", kColorView);
|
||||
|
||||
ID3D11DeviceContext* deviceCtx = m_deviceCtx;
|
||||
|
||||
@@ -6224,7 +6224,7 @@ namespace bgfx { namespace d3d11
|
||||
|
||||
if (_render->m_debug & (BGFX_DEBUG_IFH|BGFX_DEBUG_STATS) )
|
||||
{
|
||||
BGFX_D3D11_PROFILER_BEGIN_LITERAL(debugstats, kColorFrame);
|
||||
BGFX_D3D11_PROFILER_BEGIN_LITERAL("debugstats", kColorFrame);
|
||||
|
||||
m_needPresent = true;
|
||||
TextVideoMem& tvm = m_textVideoMem;
|
||||
@@ -6356,7 +6356,7 @@ namespace bgfx { namespace d3d11
|
||||
}
|
||||
else if (_render->m_debug & BGFX_DEBUG_TEXT)
|
||||
{
|
||||
BGFX_D3D11_PROFILER_BEGIN_LITERAL(debugtext, kColorFrame);
|
||||
BGFX_D3D11_PROFILER_BEGIN_LITERAL("debugtext", kColorFrame);
|
||||
|
||||
blit(this, _textVideoMemBlitter, _render->m_textVideoMem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user