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

Method ConsoleAdapter

PresentData/ConsoleAdapter.h:17–17  ·  view source on GitHub ↗

Constructors

Source from the content-addressed store, hash-verified

15 public:
16 // Constructors
17 explicit ConsoleAdapter(const std::shared_ptr<PresentEvent>& p) : ptr_(p.get()) {}
18 explicit ConsoleAdapter(const PresentEvent* p) : ptr_(p) {}
19
20 // Inline getters - compile to direct field access (zero overhead)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected