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

Function rtcReleaseScene

kernels/common/rtcore.cpp:1375–1383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373 }
1374
1375 RTC_API void rtcReleaseScene (RTCScene hscene)
1376 {
1377 Scene* scene = (Scene*) hscene;
1378 RTC_CATCH_BEGIN;
1379 RTC_TRACE(rtcReleaseScene);
1380 RTC_VERIFY_HANDLE(hscene);
1381 scene->refDec();
1382 RTC_CATCH_END2(scene);
1383 }
1384
1385 RTC_API void rtcSetGeometryInstancedScene(RTCGeometry hgeometry, RTCScene hscene)
1386 {

Callers 15

test.cppFile · 0.85
TutorialData_DestructorFunction · 0.85
device_cleanupFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
TutorialData_DestructorFunction · 0.85
TutorialData_DestructorFunction · 0.85
TutorialData_DestructorFunction · 0.85
TutorialData_DestructorFunction · 0.85
~RTCSceneRefMethod · 0.85
RTCSceneRefClass · 0.85
runMethod · 0.85

Calls 1

refDecMethod · 0.80

Tested by

no test coverage detected