MCPcopy Create free account
hub / github.com/RenderKit/embree / ~RTCDeviceRef

Method ~RTCDeviceRef

tutorials/verify/rtcore_helpers.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 ~RTCDeviceRef ()
47 {
48 if (device == nullptr) return;
49 rtcReleaseDevice(device);
50 }
51
52 operator RTCDevice () const { return device; }
53

Callers

nothing calls this directly

Calls 1

rtcReleaseDeviceFunction · 0.85

Tested by

no test coverage detected