| 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) |
no outgoing calls
no test coverage detected