Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/ospray
/ freeAndNullifyEmbreeScene
Function
freeAndNullifyEmbreeScene
modules/cpu/common/Group.cpp:33–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
static void freeAndNullifyEmbreeScene(RTCScene &scene)
34
{
35
if (scene)
36
rtcReleaseScene(scene);
37
38
scene = nullptr;
39
}
40
41
// Group definitions ////////////////////////////////////////////////////////
42
Callers
2
~Group
Method · 0.70
commit
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected