Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ EndQuery
Function
EndQuery
ogsr_engine/Layers/xrRender/QueryHelper.h:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
IC HRESULT EndQuery(ID3DQuery* pQuery, u32 context_id)
30
{
31
HW.get_context(context_id)->End(pQuery);
32
return S_OK;
33
}
Callers
1
occq_end
Method · 0.85
Calls
2
get_context
Method · 0.80
End
Method · 0.45
Tested by
no test coverage detected