mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Add a new analytics tracking flag for "has any capture used DXIL"
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user