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

Method GetFirst

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

Source from the content-addressed store, hash-verified

65 uint32_t BlobContainer::GetNumBlobsPopulated() const { return nBlobsFilledInOut_; }
66
67 uint8_t* BlobContainer::GetFirst() { return pBlobArrayBytes_.get(); }
68
69 const uint8_t* BlobContainer::GetFirst() const { return pBlobArrayBytes_.get(); }
70

Callers 5

GetBlobDataMethod · 0.80
PollMethod · 0.80
PollWithTimestampMethod · 0.80
ConsumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected