| 1292 | } |
| 1293 | |
| 1294 | RTC_API void rtcTraversableForwardIntersect16Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID, unsigned int instPrimID) |
| 1295 | { |
| 1296 | rtcForwardIntersect16Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID); |
| 1297 | } |
| 1298 | |
| 1299 | RTC_API void rtcTraversableOccluded1 (RTCTraversable htraversable, RTCRay* ray, RTCOccludedArguments* args) |
| 1300 | { |
nothing calls this directly
no test coverage detected