This commit is contained in:
Branimir Karadžić
2017-04-03 20:43:57 -07:00
parent 8b94c13e32
commit 423c655095
9 changed files with 59 additions and 56 deletions

View File

@@ -629,7 +629,7 @@ namespace bgfx { namespace d3d12
}
if (BX_ENABLED(BGFX_CONFIG_DEBUG_PERFHUD)
&& 0 != strstr(description, "PerfHUD") )
&& 0 != bx::strnstr(description, "PerfHUD") )
{
m_adapter = adapter;
m_driverType = D3D_DRIVER_TYPE_REFERENCE;