| 901 | } |
| 902 | |
| 903 | RTC_API void rtcForwardIntersect16(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID) |
| 904 | { |
| 905 | RTC_TRACE(rtcForwardIntersect16); |
| 906 | return rtcForwardIntersect16Ex(valid, args, hscene, iray, instID, 0); |
| 907 | } |
| 908 | |
| 909 | RTC_API void rtcForwardIntersect16Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID, unsigned int instPrimID) |
| 910 | { |
no test coverage detected