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
+1
View File
@@ -1533,6 +1533,7 @@ worked around by re-sorting bindings.
bool SparseResources = false;
bool MultiGPU = false;
bool D3D12Bundle = false;
bool DXILShaders = false;
#endif
};