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

Function rtcSetSceneFlags

kernels/common/rtcore.cpp:349–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 RTC_API void rtcSetSceneFlags (RTCScene hscene, RTCSceneFlags flags)
350 {
351 Scene* scene = (Scene*) hscene;
352 RTC_CATCH_BEGIN;
353 RTC_TRACE(rtcSetSceneFlags);
354 RTC_VERIFY_HANDLE(hscene);
355 scene->setSceneFlags(flags);
356 RTC_CATCH_END2(scene);
357 }
358
359 RTC_API RTCSceneFlags rtcGetSceneFlags(RTCScene hscene)
360 {

Callers 15

device_initFunction · 0.85
device_initFunction · 0.85
VerifySceneMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls 1

setSceneFlagsMethod · 0.80

Tested by

no test coverage detected