Revert "Remove debug label quotes"

This reverts commit 08b3ec5814.
This commit is contained in:
Pablo Escobar
2020-04-02 22:18:05 +02:00
committed by Бранимир Караџић
parent c08d451493
commit 1b85139371
5 changed files with 13 additions and 13 deletions

View File

@@ -3716,7 +3716,7 @@ namespace bgfx { namespace d3d9
updateResolution(_render->m_resolution);
BGFX_D3D9_PROFILER_BEGIN_LITERAL(rendererSubmit, kColorView);
BGFX_D3D9_PROFILER_BEGIN_LITERAL("rendererSubmit", kColorView);
int64_t timeBegin = bx::getHPCounter();
int64_t captureElapsed = 0;
@@ -4427,7 +4427,7 @@ namespace bgfx { namespace d3d9
if (_render->m_debug & (BGFX_DEBUG_IFH|BGFX_DEBUG_STATS) )
{
BGFX_D3D9_PROFILER_BEGIN_LITERAL(debugstats, kColorFrame);
BGFX_D3D9_PROFILER_BEGIN_LITERAL("debugstats", kColorFrame);
m_needPresent = true;
TextVideoMem& tvm = m_textVideoMem;
@@ -4529,7 +4529,7 @@ namespace bgfx { namespace d3d9
}
else if (_render->m_debug & BGFX_DEBUG_TEXT)
{
BGFX_D3D9_PROFILER_BEGIN_LITERAL(debugtext, kColorFrame);
BGFX_D3D9_PROFILER_BEGIN_LITERAL("debugtext", kColorFrame);
blit(this, _textVideoMemBlitter, _render->m_textVideoMem);