MCPcopy Create free account
hub / github.com/RenderKit/oidn / PhysicalDevice

Method PhysicalDevice

core/device.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 int pciFunction = 0;
43
44 PhysicalDevice(DeviceType type, int score) : type(type), score(score) {}
45
46 virtual int getInt(const std::string& name) const;
47 virtual const char* getString(const std::string& name) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected