| 1202 | } |
| 1203 | |
| 1204 | RTC_API void rtcForwardOccluded16Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID, unsigned int instPrimID) |
| 1205 | { |
| 1206 | Scene* scene = (Scene*) hscene; |
| 1207 | RTC_CATCH_BEGIN; |
| 1208 | RTC_TRACE(rtcForwardOccluded16Ex); |
| 1209 | rtcForwardOccludedN<RTCRay16,16>(valid, args, hscene, iray, instID, instPrimID); |
| 1210 | RTC_CATCH_END2(scene); |
| 1211 | } |
| 1212 | |
| 1213 | RTC_API bool rtcTraversablePointQuery(RTCTraversable htraversable, RTCPointQuery* query, RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void* userPtr) |
| 1214 | { |
no outgoing calls
no test coverage detected