MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Device

Method Device

openpgl/include/openpgl/cpp/Device.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47////////////////////////////////////////////////////////////
48
49OPENPGL_INLINE Device::Device(PGL_DEVICE_TYPE deviceType, size_t numThreads)
50{
51 m_deviceHandle = pglNewDevice(deviceType, numThreads);
52}
53
54OPENPGL_INLINE Device::~Device()
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected