| 786 | } |
| 787 | |
| 788 | RTC_API void rtcForwardIntersect4Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID, unsigned int instPrimID) |
| 789 | { |
| 790 | Scene* scene = (Scene*) hscene; |
| 791 | RTC_CATCH_BEGIN; |
| 792 | RTC_TRACE(rtcForwardIntersect4); |
| 793 | rtcForwardIntersectN<RTCRay4,RTCRayHit4,4>(valid,args,hscene,iray,instID,instPrimID); |
| 794 | RTC_CATCH_END2(scene); |
| 795 | } |
| 796 | |
| 797 | RTC_API void rtcIntersect8 (const int* valid, RTCScene hscene, RTCRayHit8* rayhit, RTCIntersectArguments* args) |
| 798 | { |
no outgoing calls
no test coverage detected