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

Function VerboseTraceBeforeModifyingPresentImpl

PresentData/Debug.cpp:782–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782void VerboseTraceBeforeModifyingPresentImpl(PresentEvent const* p)
783{
784 if (gModifiedPresent != p) {
785 FlushModifiedPresent();
786 gModifiedPresent = p;
787 if (p != nullptr) {
788 gOriginalPresentValues = *p;
789 }
790 }
791}
792
793#endif

Callers

nothing calls this directly

Calls 1

FlushModifiedPresentFunction · 0.85

Tested by

no test coverage detected