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

Method Adl2Wrapper

IntelPresentMon/ControlLib/Adl2Wrapper.h:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 public:
73 Adl2Wrapper();
74 Adl2Wrapper(const Adl2Wrapper& t) = delete;
75 Adl2Wrapper& operator=(const Adl2Wrapper& t) = delete;
76 ~Adl2Wrapper();
77 static bool Ok(int sta) noexcept { return sta == ADL_OK; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected