| 1343 | } |
| 1344 | |
| 1345 | RTC_API void rtcTraversableForwardOccluded8Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay8* iray, unsigned int instID, unsigned int instPrimID) |
| 1346 | { |
| 1347 | rtcForwardOccluded8Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID); |
| 1348 | } |
| 1349 | |
| 1350 | RTC_API void rtcTraversableOccluded16 (const int* valid, RTCTraversable htraversable, RTCRay16* ray, RTCOccludedArguments* args) |
| 1351 | { |
nothing calls this directly
no test coverage detected