MCPcopy Create free account
hub / github.com/RenderKit/embree / event rtcCommitSceneWithQueue

Method event rtcCommitSceneWithQueue

kernels/common/rtcore.cpp:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 RTC_API_CPP sycl::event rtcCommitSceneWithQueue (RTCScene hscene, sycl::queue queue)
84 {
85 Scene* scene = (Scene*) hscene;
86 RTC_CATCH_BEGIN;
87 RTC_TRACE(rtcCommitSceneWithQueue);
88 RTC_VERIFY_HANDLE(hscene);
89 return scene->commit(false, queue);
90 RTC_CATCH_END2(scene);
91 return sycl::event();
92 }
93
94 RTC_API_CPP sycl::event rtcCommitBufferWithQueue(RTCBuffer hbuffer, sycl::queue queue) {
95 Buffer* buffer = (Buffer*)hbuffer;

Callers

nothing calls this directly

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected