Add a new analytics tracking flag for "has any capture used DXIL"

This commit is contained in:
baldurk
2020-06-18 17:22:44 +01:00
parent 28127e6249
commit 592cf968e3
6 changed files with 9 additions and 2 deletions
+2
View File
@@ -727,6 +727,8 @@ void CaptureContext::LoadCapture(const rdcstr &captureFile, const ReplayOptions
ANALYTIC_SET(CaptureFeatures.MultiGPU, true);
if(m_APIProps.D3D12Bundle)
ANALYTIC_SET(CaptureFeatures.D3D12Bundle, true);
if(m_APIProps.DXILShaders)
ANALYTIC_SET(CaptureFeatures.DXILShaders, true);
if(m_APIProps.vendor != GPUVendor::Unknown)
{