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

Function rtcTraversablePointQuery8

kernels/common/rtcore.cpp:1223–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221 }
1222
1223 RTC_API bool rtcTraversablePointQuery8 (const int* valid, RTCTraversable htraversable, RTCPointQuery8* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN)
1224 {
1225 return rtcPointQuery8(valid, (RTCScene)htraversable, query, userContext, queryFunc, userPtrN);
1226 }
1227
1228 RTC_API bool rtcTraversablePointQuery16 (const int* valid, RTCTraversable htraversable, RTCPointQuery16* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN)
1229 {

Callers

nothing calls this directly

Calls 1

rtcPointQuery8Function · 0.85

Tested by

no test coverage detected