| 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 | { |
no test coverage detected