| 1328 | } |
| 1329 | |
| 1330 | RTC_API void rtcTraversableForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID, unsigned int instPrimID) |
| 1331 | { |
| 1332 | rtcForwardOccluded4Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID); |
| 1333 | } |
| 1334 | |
| 1335 | RTC_API void rtcTraversableOccluded8 (const int* valid, RTCTraversable htraversable, RTCRay8* ray, RTCOccludedArguments* args) |
| 1336 | { |
nothing calls this directly
no test coverage detected