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

Function rtcTraversablePointQuery4

kernels/common/rtcore.cpp:1218–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216 }
1217
1218 RTC_API bool rtcTraversablePointQuery4 (const int* valid, RTCTraversable htraversable, RTCPointQuery4* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN)
1219 {
1220 return rtcPointQuery4(valid, (RTCScene)htraversable, query, userContext, queryFunc, userPtrN);
1221 }
1222
1223 RTC_API bool rtcTraversablePointQuery8 (const int* valid, RTCTraversable htraversable, RTCPointQuery8* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN)
1224 {

Callers

nothing calls this directly

Calls 1

rtcPointQuery4Function · 0.85

Tested by

no test coverage detected