| 1277 | } |
| 1278 | |
| 1279 | RTC_API void rtcTraversableForwardIntersect8Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay8* iray, unsigned int instID, unsigned int instPrimID) |
| 1280 | { |
| 1281 | rtcForwardIntersect8Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID); |
| 1282 | } |
| 1283 | |
| 1284 | RTC_API void rtcTraversableIntersect16 (const int* valid, RTCTraversable htraversable, RTCRayHit16* rayhit, RTCIntersectArguments* args) |
| 1285 | { |
nothing calls this directly
no test coverage detected