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

Method SetNextRead

IntelPresentMon/Interprocess/source/ShmRing.h:97–100  ·  view source on GitHub ↗

Service-side only: set the single consumer read serial for a backpressured playback ring.

Source from the content-addressed store, hash-verified

95 // Service-side only: set the single consumer read serial for a backpressured
96 // playback ring.
97 void SetNextRead(size_t serial) const
98 {
99 nextReadSerial_ = serial;
100 }
101 bool IsBackpressured() const
102 {
103 return backpressured_;

Callers 2

TEST_METHODFunction · 0.45
UpdateReadSerialMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.36