| 1076 | } |
| 1077 | |
| 1078 | RTC_API void rtcForwardOccluded4(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID) |
| 1079 | { |
| 1080 | RTC_TRACE(rtcForwardOccluded4); |
| 1081 | return rtcForwardOccluded4Ex(valid, args, hscene, iray, instID, 0); |
| 1082 | } |
| 1083 | |
| 1084 | RTC_API void rtcForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID, unsigned int instPrimID) |
| 1085 | { |
no test coverage detected