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

Method ~Device

openpgl/include/openpgl/cpp/Device.h:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54OPENPGL_INLINE Device::~Device()
55{
56 OPENPGL_ASSERT(m_deviceHandle);
57 pglReleaseDevice(m_deviceHandle);
58 m_deviceHandle = nullptr;
59}
60
61} // namespace cpp
62} // namespace openpgl

Callers

nothing calls this directly

Calls 1

pglReleaseDeviceFunction · 0.85

Tested by

no test coverage detected