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

Method MapDeviceId_

IntelPresentMon/PresentMonAPIWrapper/FixedQuery.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 uint32_t FixedQueryContainer_::MapDeviceId_(uint32_t deviceSlot) const
64 {
65 if (deviceSlot == 0) {
66 return 0;
67 }
68 else {
69 return slotDeviceIds_[deviceSlot - 1];
70 }
71 }
72
73 void FixedQueryContainer_::FinalizationPostprocess_(bool isPolled)
74 {

Callers 1

FixedQueryElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected