| 1246 | } |
| 1247 | |
| 1248 | RTC_API void rtcTraversableIntersect4 (const int* valid, RTCTraversable htraversable, RTCRayHit4* rayhit, RTCIntersectArguments* args) |
| 1249 | { |
| 1250 | rtcIntersect4(valid, (RTCScene)htraversable, rayhit, args); |
| 1251 | } |
| 1252 | |
| 1253 | template<typename RTCRay, typename RTCRayHit, int N> |
| 1254 | __forceinline void rtcTraversableForwardIntersectN(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray, unsigned int instID, unsigned int instPrimID) |
nothing calls this directly
no test coverage detected