| 946 | } |
| 947 | |
| 948 | RTC_API void rtcForwardOccluded1 (const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay* iray_, unsigned int instID) |
| 949 | { |
| 950 | RTC_TRACE(rtcForwardOccluded1); |
| 951 | return rtcForwardOccluded1Ex(args, hscene, iray_, instID, 0); |
| 952 | } |
| 953 | |
| 954 | RTC_API void rtcForwardOccluded1Ex(const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay* iray_, unsigned int instID, unsigned int instPrimID) |
| 955 | { |
no test coverage detected