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

Function rtcTraversableForwardIntersect4Ex

kernels/common/rtcore.cpp:1264–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262 }
1263
1264 RTC_API void rtcTraversableForwardIntersect4Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID, unsigned int instPrimID)
1265 {
1266 rtcForwardIntersect4Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID);
1267 }
1268
1269 RTC_API void rtcTraversableIntersect8 (const int* valid, RTCTraversable htraversable, RTCRayHit8* rayhit, RTCIntersectArguments* args)
1270 {

Callers

nothing calls this directly

Calls 1

rtcForwardIntersect4ExFunction · 0.85

Tested by

no test coverage detected