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

Function rtcCommitAndAttachAndReleaseGeometry

tutorials/verify/verify.cpp:1077–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075 };
1076
1077 void rtcCommitAndAttachAndReleaseGeometry(RTCScene scene, RTCGeometry geometry, RTCBuildQuality quality, unsigned int timeSteps)
1078 {
1079 rtcSetGeometryBuildQuality(geometry,quality);
1080 rtcSetGeometryTimeStepCount(geometry,timeSteps);
1081 rtcCommitGeometry(geometry);
1082 rtcAttachGeometry(scene,geometry);
1083 rtcReleaseGeometry(geometry);
1084 }
1085
1086 struct EmptyGeometryTest : public VerifyApplication::Test
1087 {

Callers 1

runMethod · 0.85

Calls 5

rtcCommitGeometryFunction · 0.85
rtcAttachGeometryFunction · 0.85
rtcReleaseGeometryFunction · 0.85

Tested by

no test coverage detected