Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ build_gpu_accels
Method
build_gpu_accels
kernels/common/scene.cpp:820–826 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
818
}
819
820
void Scene::build_gpu_accels()
821
{
822
#if defined(EMBREE_SYCL_SUPPORT)
823
accelBuffer.build(this);
824
bounds = LBBox<embree::Vec3fa>(accelBuffer.getBounds());
825
#endif
826
}
827
828
void Scene::commit_task ()
829
{
Callers
nothing calls this directly
Calls
2
getBounds
Method · 0.80
build
Method · 0.45
Tested by
no test coverage detected