MCPcopy Create free account
hub / github.com/RenderKit/embree / rtcTraversablePointQuery

Function rtcTraversablePointQuery

kernels/common/rtcore.cpp:1213–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211 }
1212
1213 RTC_API bool rtcTraversablePointQuery(RTCTraversable htraversable, RTCPointQuery* query, RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void* userPtr)
1214 {
1215 return rtcPointQuery((RTCScene)htraversable, query, userContext, queryFunc, userPtr);
1216 }
1217
1218 RTC_API bool rtcTraversablePointQuery4 (const int* valid, RTCTraversable htraversable, RTCPointQuery4* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN)
1219 {

Callers

nothing calls this directly

Calls 1

rtcPointQueryFunction · 0.85

Tested by

no test coverage detected