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

Function rtcTraversableForwardIntersect8Ex

kernels/common/rtcore.cpp:1279–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277 }
1278
1279 RTC_API void rtcTraversableForwardIntersect8Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay8* iray, unsigned int instID, unsigned int instPrimID)
1280 {
1281 rtcForwardIntersect8Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID);
1282 }
1283
1284 RTC_API void rtcTraversableIntersect16 (const int* valid, RTCTraversable htraversable, RTCRayHit16* rayhit, RTCIntersectArguments* args)
1285 {

Callers

nothing calls this directly

Calls 1

rtcForwardIntersect8ExFunction · 0.85

Tested by

no test coverage detected