MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Reset

Method Reset

IntelPresentMon/PresentMonAPIWrapper/FrameQuery.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void FrameQuery::Reset() noexcept
74 {
75 if (!Empty()) {
76 // TODO: check and report error here (nothrow)
77 pmFreeFrameQuery(hQuery_);
78 }
79 Clear_();
80 }
81
82 bool FrameQuery::Empty() const
83 {

Callers

nothing calls this directly

Calls 1

pmFreeFrameQueryFunction · 0.50

Tested by

no test coverage detected