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

Method Consume

IntelPresentMon/PresentMonAPIWrapper/FixedQuery.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void FixedFrameQueryContainer::Consume(ProcessTracker& tracker)
122 {
123 query_.Consume(tracker, blobs_);
124 }
125
126 size_t FixedFrameQueryContainer::ForEachConsume(ProcessTracker& tracker, std::function<void()> frameHandler)
127 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected