| 1323 | } |
| 1324 | |
| 1325 | RTC_API void rtcTraversableForwardOccluded4(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID) |
| 1326 | { |
| 1327 | rtcForwardOccluded4(valid, args, (RTCScene)htraversable, iray, instID); |
| 1328 | } |
| 1329 | |
| 1330 | RTC_API void rtcTraversableForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID, unsigned int instPrimID) |
| 1331 | { |
nothing calls this directly
no test coverage detected