MCPcopy 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
29IC HRESULT EndQuery(ID3DQuery* pQuery, u32 context_id)
30{
31 HW.get_context(context_id)->End(pQuery);
32 return S_OK;
33}

Callers 1

occq_endMethod · 0.85

Calls 2

get_contextMethod · 0.80
EndMethod · 0.45

Tested by

no test coverage detected