MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / isValid

Method isValid

Source/Falcor/Core/API/Device.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 AdapterLUID() { luid.fill(0); }
82 bool isValid() const { return *this != AdapterLUID(); }
83 bool operator==(const AdapterLUID& other) const { return luid == other.luid; }
84 bool operator!=(const AdapterLUID& other) const { return luid != other.luid; }
85 bool operator<(const AdapterLUID& other) const { return luid < other.luid; }

Callers

nothing calls this directly

Calls 1

AdapterLUIDClass · 0.85

Tested by

no test coverage detected