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

Function rtcTraversableIntersect8

kernels/common/rtcore.cpp:1269–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267 }
1268
1269 RTC_API void rtcTraversableIntersect8 (const int* valid, RTCTraversable htraversable, RTCRayHit8* rayhit, RTCIntersectArguments* args)
1270 {
1271 rtcIntersect8(valid, (RTCScene)htraversable, rayhit, args);
1272 }
1273
1274 RTC_API void rtcTraversableForwardIntersect8(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay8* iray, unsigned int instID)
1275 {

Callers

nothing calls this directly

Calls 1

rtcIntersect8Function · 0.85

Tested by

no test coverage detected