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

Method EnumerateMods

IntelPresentMon/Core/source/win/ModSet.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 std::vector<ModSet::Descriptor> ModSet::EnumerateMods()
140 {
141 return Registry::Get().EnumerateMods();
142 }
143
144 ModSet ModSet::FromCodes(const std::vector<uint32_t>& codes)
145 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected