MCPcopy Create free account
hub / github.com/RenderKit/embree / commit

Method commit

kernels/common/scene.cpp:912–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910
911#if defined(EMBREE_SYCL_SUPPORT)
912 sycl::event Scene::commit (bool join, sycl::queue queue)
913 {
914 commit_internal(join);
915 return syncWithDevice(queue);
916 }
917#endif
918
919 void Scene::commit (bool join)

Callers 6

rtcCommitBufferFunction · 0.45
rtcCommitSceneFunction · 0.45
rtcJoinCommitSceneFunction · 0.45
rtcCommitGeometryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected