| 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 | { |
nothing calls this directly
no test coverage detected