mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 12:52:52 +02:00
Merge pull request #7763 from huffman/fix/gpu-ident-debug
Fix assert crash in GPUIdent
This commit is contained in:
commit
b95c81d0ba
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ GPUIdent* GPUIdent::ensureQuery(const QString& vendor, const QString& renderer)
|
||||||
|
|
||||||
_isValid = true;
|
_isValid = true;
|
||||||
}
|
}
|
||||||
hr = spEnumInst->Next(WBEM_INFINITE, 1, &spInstance, &uNumOfInstances);
|
hr = spEnumInst->Next(WBEM_INFINITE, 1, &spInstance.p, &uNumOfInstances);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in a new issue