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

Function rtcForwardIntersect1

kernels/common/rtcore.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 }
631
632 RTC_API void rtcForwardIntersect1 (const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay* iray_, unsigned int instID)
633 {
634 rtcForwardIntersect1Ex(args, hscene, iray_, instID, 0);
635 }
636
637 RTC_API void rtcForwardIntersect1Ex(const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay* iray_, unsigned int instID, unsigned int instPrimID)
638 {

Callers 1

Calls 1

rtcForwardIntersect1ExFunction · 0.85

Tested by

no test coverage detected