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

Function rtcCommitGeometry

kernels/common/rtcore.cpp:2242–2250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2240 }
2241
2242 RTC_API void rtcCommitGeometry (RTCGeometry hgeometry)
2243 {
2244 Geometry* geometry = (Geometry*) hgeometry;
2245 RTC_CATCH_BEGIN;
2246 RTC_TRACE(rtcCommitGeometry);
2247 RTC_VERIFY_HANDLE(hgeometry);
2248 return geometry->commit();
2249 RTC_CATCH_END2(geometry);
2250 }
2251
2252 RTC_API unsigned int rtcAttachGeometry (RTCScene hscene, RTCGeometry hgeometry)
2253 {

Callers 15

test.cppFile · 0.85
createTriangulatedSphereFunction · 0.85
createGroundPlaneFunction · 0.85
device_renderFunction · 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

commitMethod · 0.45

Tested by

no test coverage detected