mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Updated log message with renderer name.
This commit is contained in:
parent
91043b0195
commit
c6f5fa3b25
1 changed files with 1 additions and 3 deletions
|
@ -751,7 +751,7 @@ namespace bgfx
|
|||
|
||||
g_caps.emulated |= emulatedCaps ^ (g_caps.supported & emulatedCaps);
|
||||
|
||||
BX_TRACE("Supported capabilities:");
|
||||
BX_TRACE("Supported capabilities (" BGFX_RENDERER_NAME "):");
|
||||
for (uint32_t ii = 0; ii < BX_COUNTOF(s_capsFlags); ++ii)
|
||||
{
|
||||
if (0 != (g_caps.supported & s_capsFlags[ii].m_flag) )
|
||||
|
@ -934,8 +934,6 @@ namespace bgfx
|
|||
bx::snprintf(name, sizeof(name), "%02d view", ii);
|
||||
setViewName(ii, name);
|
||||
}
|
||||
|
||||
BX_TRACE("Init complete.");
|
||||
}
|
||||
|
||||
void Context::shutdown()
|
||||
|
|
Loading…
Reference in a new issue