1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-21 22:54:16 +01:00

[d3d11] Remove unused revision field from D3D11Query

This commit is contained in:
Philip Rebohle 2019-03-23 23:24:14 +01:00
parent acdb989cfa
commit 7e16c4cda1
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -51,8 +51,6 @@ namespace dxvk {
Rc<DxvkGpuQuery> m_query = nullptr;
Rc<DxvkGpuEvent> m_event = nullptr;
uint32_t m_revision = 0;
D3D10Query m_d3d10;
UINT64 GetTimestampQueryFrequency() const;