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

Function rtcTraversableIntersect4

kernels/common/rtcore.cpp:1248–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 }
1247
1248 RTC_API void rtcTraversableIntersect4 (const int* valid, RTCTraversable htraversable, RTCRayHit4* rayhit, RTCIntersectArguments* args)
1249 {
1250 rtcIntersect4(valid, (RTCScene)htraversable, rayhit, args);
1251 }
1252
1253 template<typename RTCRay, typename RTCRayHit, int N>
1254 __forceinline void rtcTraversableForwardIntersectN(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray, unsigned int instID, unsigned int instPrimID)

Callers

nothing calls this directly

Calls 1

rtcIntersect4Function · 0.85

Tested by

no test coverage detected