D3D11: Added NVAftermath support.

This commit is contained in:
Branimir Karadžić
2018-09-13 17:58:01 -07:00
parent 62b16bbaf4
commit 1216d050b1
3 changed files with 106 additions and 17 deletions

View File

@@ -1512,6 +1512,8 @@ namespace bgfx { namespace d3d11
postReset();
}
m_nvapi.initAftermath(m_device, m_deviceCtx);
g_internalData.context = m_device;
return true;