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

Function BuildIdConfig

IntelPresentMon/Versioning/BuildId.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return PM_BID_UID;
29 }
30 const char* BuildIdConfig() noexcept
31 {
32 return PM_BUILD_CONFIG_;
33 }
34 bool BuildIdDirtyFlag() noexcept
35 {
36 return PM_BID_DIRTY;

Callers 3

ActionClientMethod · 0.85
Execute_Method · 0.85
GetApiVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected