| 847 | } |
| 848 | |
| 849 | RTC_API void rtcForwardIntersect8Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay8* iray, unsigned int instID, unsigned int instPrimID) |
| 850 | { |
| 851 | Scene* scene = (Scene*) hscene; |
| 852 | RTC_CATCH_BEGIN; |
| 853 | RTC_TRACE(rtcForwardIntersect8Ex); |
| 854 | rtcForwardIntersectN<RTCRay8,RTCRayHit8,8>(valid,args,hscene,iray,instID,instPrimID); |
| 855 | RTC_CATCH_END2(scene); |
| 856 | } |
| 857 | |
| 858 | RTC_API void rtcIntersect16 (const int* valid, RTCScene hscene, RTCRayHit16* rayhit, RTCIntersectArguments* args) |
| 859 | { |
no outgoing calls
no test coverage detected