D3D12: Remove D3D11 header references

This commit is contained in:
Stenzek
2016-03-06 19:36:40 +10:00
parent 6f3573dda8
commit 25d5da0ea3
12 changed files with 46 additions and 37 deletions

View File

@ -27,7 +27,7 @@ public:
private:
struct ActiveQuery
{
ID3D11Query* query;
//ID3D11Query* query;
PerfQueryGroup query_type;
};