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

Function rtcEnableGeometry

kernels/common/rtcore.cpp:2008–2016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2006 }
2007
2008 RTC_API void rtcEnableGeometry (RTCGeometry hgeometry)
2009 {
2010 Geometry* geometry = (Geometry*) hgeometry;
2011 RTC_CATCH_BEGIN;
2012 RTC_TRACE(rtcEnableGeometry);
2013 RTC_VERIFY_HANDLE(hgeometry);
2014 geometry->enable();
2015 RTC_CATCH_END2(geometry);
2016 }
2017
2018 RTC_API void rtcUpdateGeometryBuffer (RTCGeometry hgeometry, RTCBufferType type, unsigned int slot)
2019 {

Callers 3

runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls 1

enableMethod · 0.80

Tested by

no test coverage detected