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

Method Reset

IntelPresentMon/PresentMonAPIWrapper/BlobContainer.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 bool BlobContainer::AllBlobsPopulated() const { return nBlobsFilledInOut_ == nBlobs_; }
94
95 void BlobContainer::Reset()
96 {
97 handle_ = nullptr;
98 blobSize_ = 0;
99 nBlobs_ = 0;
100 nBlobsFilledInOut_ = 0;
101 pBlobArrayBytes_.reset();
102 blobPointers_.clear();
103 }
104
105 bool BlobContainer::Empty() const
106 {

Callers 1

BlobContainer.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected