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

Function rtcReleaseGeometry

kernels/common/rtcore.cpp:2303–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301 }
2302
2303 RTC_API void rtcReleaseGeometry (RTCGeometry hgeometry)
2304 {
2305 Geometry* geometry = (Geometry*) hgeometry;
2306 RTC_CATCH_BEGIN;
2307 RTC_TRACE(rtcReleaseGeometry);
2308 RTC_VERIFY_HANDLE(hgeometry);
2309 geometry->refDec();
2310 RTC_CATCH_END2(geometry);
2311 }
2312
2313 RTC_API RTCGeometry rtcGetGeometry (RTCScene hscene, unsigned int geomID)
2314 {

Callers 15

test.cppFile · 0.85
createTriangulatedSphereFunction · 0.85
createGroundPlaneFunction · 0.85
device_initFunction · 0.85
addCubeFunction · 0.85
addGroundPlaneFunction · 0.85
initializeSceneFunction · 0.85
initializeSceneFunction · 0.85
addSphereFunction · 0.85
addTriangleCubeFunction · 0.85
addQuadCubeFunction · 0.85
addSubdivCubeFunction · 0.85

Calls 1

refDecMethod · 0.80

Tested by

no test coverage detected