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

Method Empty

IntelPresentMon/Interprocess/source/ShmRing.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 return backpressured_;
104 }
105 bool Empty() const
106 {
107 return nextWriteSerial_ == 0;
108 }
109 private:
110 // functions
111 size_t IndexFromSerial_(size_t serial) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected