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

Function rtcSetGeometryMask

kernels/common/rtcore.cpp:1815–1823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1813 }
1814
1815 RTC_API void rtcSetGeometryMask (RTCGeometry hgeometry, unsigned int mask)
1816 {
1817 Geometry* geometry = (Geometry*) hgeometry;
1818 RTC_CATCH_BEGIN;
1819 RTC_TRACE(rtcSetGeometryMask);
1820 RTC_VERIFY_HANDLE(hgeometry);
1821 geometry->setMask(mask);
1822 RTC_CATCH_END2(geometry);
1823 }
1824
1825 RTC_API void rtcSetGeometrySubdivisionMode (RTCGeometry hgeometry, unsigned topologyID, RTCSubdivisionMode mode)
1826 {

Callers 3

device_initFunction · 0.85
runMethod · 0.85
addCubeFunction · 0.85

Calls 1

setMaskMethod · 0.45

Tested by

no test coverage detected