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

Function rtcTraversableForwardIntersect1

kernels/common/rtcore.cpp:1238–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236 }
1237
1238 RTC_API void rtcTraversableForwardIntersect1 (const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID)
1239 {
1240 rtcForwardIntersect1(args, (RTCScene)htraversable, iray_, instID);
1241 }
1242
1243 RTC_API void rtcTraversableForwardIntersect1Ex(const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID, unsigned int instPrimID)
1244 {

Callers 1

instanceIntersectFuncFunction · 0.50

Calls 1

rtcForwardIntersect1Function · 0.85

Tested by

no test coverage detected