mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[d3d11] Fix interface query for ID3D11Predicate
This commit is contained in:
parent
2a96d717d3
commit
c3c7a4172d
@ -67,7 +67,7 @@ namespace dxvk {
|
||||
}
|
||||
|
||||
if (m_desc.Query == D3D11_QUERY_OCCLUSION_PREDICATE) {
|
||||
if (riid == __uuidof(ID3D10Predicate)) {
|
||||
if (riid == __uuidof(ID3D11Predicate)) {
|
||||
*ppvObject = ref(this);
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user