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

Function rtcTraversableForwardIntersect1Ex

kernels/common/rtcore.cpp:1243–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241 }
1242
1243 RTC_API void rtcTraversableForwardIntersect1Ex(const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID, unsigned int instPrimID)
1244 {
1245 rtcForwardIntersect1Ex(args, (RTCScene)htraversable, iray_, instID, instPrimID);
1246 }
1247
1248 RTC_API void rtcTraversableIntersect4 (const int* valid, RTCTraversable htraversable, RTCRayHit4* rayhit, RTCIntersectArguments* args)
1249 {

Callers

nothing calls this directly

Calls 1

rtcForwardIntersect1ExFunction · 0.85

Tested by

no test coverage detected