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

Function rtcTraversableForwardIntersect16Ex

kernels/common/rtcore.cpp:1294–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292 }
1293
1294 RTC_API void rtcTraversableForwardIntersect16Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID, unsigned int instPrimID)
1295 {
1296 rtcForwardIntersect16Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID);
1297 }
1298
1299 RTC_API void rtcTraversableOccluded1 (RTCTraversable htraversable, RTCRay* ray, RTCOccludedArguments* args)
1300 {

Callers

nothing calls this directly

Calls 1

rtcForwardIntersect16ExFunction · 0.85

Tested by

no test coverage detected