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

Function rtcTraversableForwardIntersect16

kernels/common/rtcore.cpp:1289–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287 }
1288
1289 RTC_API void rtcTraversableForwardIntersect16(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID)
1290 {
1291 rtcForwardIntersect16(valid, args, (RTCScene)htraversable, iray, instID);
1292 }
1293
1294 RTC_API void rtcTraversableForwardIntersect16Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID, unsigned int instPrimID)
1295 {

Callers

nothing calls this directly

Calls 1

rtcForwardIntersect16Function · 0.85

Tested by

no test coverage detected