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

Method IncrementCallScope

IntelPresentMon/FlashInjectorLibrary/Context.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 uint32_t Context::IncrementCallScope()
56 {
57 return ++s_CallScope;
58 }
59
60 uint32_t Context::DecrementCallScope()
61 {

Calls

no outgoing calls

Tested by

no test coverage detected