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

Method UnregisterDevice

PresentData/GpuTrace.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void GpuTrace::UnregisterDevice(uint64_t hDevice)
97{
98 // Sometimes there are duplicate stop events so it's ok if it's already removed
99 mDevices.erase(hDevice);
100}
101
102void GpuTrace::RegisterContext(uint64_t hContext, uint64_t hDevice, uint32_t nodeOrdinal, uint32_t processId)
103{

Callers 1

HandleDXGKEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected