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

Function rtcMakeStaticBVH

kernels/common/rtcore_builder.cpp:409–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 RTC_API void rtcMakeStaticBVH(RTCBVH hbvh)
410 {
411 BVH* bvh = (BVH*) hbvh;
412 RTC_CATCH_BEGIN;
413 RTC_TRACE(rtcStaticBVH);
414 RTC_VERIFY_HANDLE(hbvh);
415 bvh->morton_src.clear();
416 bvh->morton_tmp.clear();
417 RTC_CATCH_END(bvh->device);
418 }
419
420 RTC_API void rtcRetainBVH(RTCBVH hbvh)
421 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected