| 1082 | } |
| 1083 | |
| 1084 | RTC_API void rtcForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID, unsigned int instPrimID) |
| 1085 | { |
| 1086 | Scene* scene = (Scene*) hscene; |
| 1087 | RTC_CATCH_BEGIN; |
| 1088 | RTC_TRACE(rtcForwardOccluded4); |
| 1089 | rtcForwardOccludedN<RTCRay4,4>(valid,args,hscene,iray,instID,instPrimID); |
| 1090 | RTC_CATCH_END2(scene); |
| 1091 | } |
| 1092 | |
| 1093 | RTC_API void rtcOccluded8 (const int* valid, RTCScene hscene, RTCRay8* ray, RTCOccludedArguments* args) |
| 1094 | { |
no outgoing calls
no test coverage detected