| 1358 | } |
| 1359 | |
| 1360 | RTC_API void rtcTraversableForwardOccluded16Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID, unsigned int instPrimID) |
| 1361 | { |
| 1362 | rtcForwardOccluded16Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID); |
| 1363 | } |
| 1364 | |
| 1365 | RTC_API void rtcRetainScene (RTCScene hscene) |
| 1366 | { |
nothing calls this directly
no test coverage detected