| 488 | } |
| 489 | |
| 490 | RTC_SYCL_INDIRECTLY_CALLABLE void contextOccludedFunc(const RTCOccludedFunctionNArguments* args) |
| 491 | { |
| 492 | UserGeometryType* type = (UserGeometryType*) args->geometryUserPtr; |
| 493 | if (*type == USER_GEOMETRY_INSTANCE) instanceOccludedFunc(args); |
| 494 | else sphereOccludedFunc(args); |
| 495 | } |
| 496 | |
| 497 | /* intersection filter function */ |
| 498 |
nothing calls this directly
no test coverage detected