| 1302 | } |
| 1303 | |
| 1304 | RTC_API void rtcTraversableForwardOccluded1 (const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID) |
| 1305 | { |
| 1306 | rtcForwardOccluded1(args, (RTCScene)htraversable, iray_, instID); |
| 1307 | } |
| 1308 | |
| 1309 | RTC_API void rtcTraversableForwardOccluded1Ex(const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID, unsigned int instPrimID) |
| 1310 | { |
no test coverage detected