| 22 | : scene(scene), user(user_context), args((RTCIntersectArguments*)args) {} |
| 23 | |
| 24 | __forceinline bool hasContextFilter() const { |
| 25 | return args->filter != nullptr; |
| 26 | } |
| 27 | |
| 28 | RTCFilterFunctionN getFilter() const { |
| 29 | return args->filter; |
no outgoing calls
no test coverage detected