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

Function rtcDisableGeometry

kernels/common/rtcore.cpp:2028–2036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2026 }
2027
2028 RTC_API void rtcDisableGeometry (RTCGeometry hgeometry)
2029 {
2030 Geometry* geometry = (Geometry*) hgeometry;
2031 RTC_CATCH_BEGIN;
2032 RTC_TRACE(rtcDisableGeometry);
2033 RTC_VERIFY_HANDLE(hgeometry);
2034 geometry->disable();
2035 RTC_CATCH_END2(geometry);
2036 }
2037
2038 RTC_API void rtcSetGeometryTessellationRate (RTCGeometry hgeometry, float tessellationRate)
2039 {

Callers 4

runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls 1

disableMethod · 0.80

Tested by

no test coverage detected