Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ accels_init
Method
accels_init
kernels/common/acceln.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void AccelN::accels_init()
27
{
28
for (size_t i=0; i<accels.size(); i++)
29
delete accels[i];
30
31
accels.clear();
32
}
33
34
bool AccelN::pointQuery (Accel::Intersectors* This_in, PointQuery* query, PointQueryContext* context)
35
{
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected