| 1262 | } |
| 1263 | |
| 1264 | RTC_API void rtcTraversableForwardIntersect4Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID, unsigned int instPrimID) |
| 1265 | { |
| 1266 | rtcForwardIntersect4Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID); |
| 1267 | } |
| 1268 | |
| 1269 | RTC_API void rtcTraversableIntersect8 (const int* valid, RTCTraversable htraversable, RTCRayHit8* rayhit, RTCIntersectArguments* args) |
| 1270 | { |
nothing calls this directly
no test coverage detected