| 1142 | } |
| 1143 | |
| 1144 | RTC_API void rtcForwardOccluded8Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay8* iray, unsigned int instID, unsigned int instPrimID) |
| 1145 | { |
| 1146 | Scene* scene = (Scene*) hscene; |
| 1147 | RTC_CATCH_BEGIN; |
| 1148 | RTC_TRACE(rtcForwardOccluded8Ex); |
| 1149 | rtcForwardOccludedN<RTCRay8,8>(valid, args, hscene, iray, instID, instPrimID); |
| 1150 | RTC_CATCH_END2(scene); |
| 1151 | } |
| 1152 | |
| 1153 | RTC_API void rtcOccluded16 (const int* valid, RTCScene hscene, RTCRay16* ray, RTCOccludedArguments* args) |
| 1154 | { |
no outgoing calls
no test coverage detected