MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Blit_Info>

Method Blit_Info>

PresentData/PresentMonTraceSession.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// Win11 added a Present keyword to some Microsoft-Windows-DxgKrnl events:
38template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::BlitCancel_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; }
39template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::Blit_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; }
40template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::FlipMultiPlaneOverlay_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; }
41template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::Flip_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; }
42template<> void PatchPreWin11Keyword<Microsoft_Windows_DxgKrnl::HSyncDPCMultiPlane_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Present; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected