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

Function rtcJoinCommitScene

kernels/common/rtcore.cpp:388–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 RTC_API void rtcJoinCommitScene (RTCScene hscene)
389 {
390 Scene* scene = (Scene*) hscene;
391 RTC_CATCH_BEGIN;
392 RTC_TRACE(rtcJoinCommitScene);
393 RTC_VERIFY_HANDLE(hscene);
394
395 scene->commit(true);
396 RTC_CATCH_END2(scene);
397 }
398
399 RTC_API void rtcGetSceneBounds(RTCScene hscene, RTCBounds* bounds_o)
400 {

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected