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

Function rtcTraversablePointQuery16

kernels/common/rtcore.cpp:1228–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226 }
1227
1228 RTC_API bool rtcTraversablePointQuery16 (const int* valid, RTCTraversable htraversable, RTCPointQuery16* query, struct RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void** userPtrN)
1229 {
1230 return rtcPointQuery16(valid, (RTCScene)htraversable, query, userContext, queryFunc, userPtrN);
1231 }
1232
1233 RTC_API void rtcTraversableIntersect1 (RTCTraversable htraversable, RTCRayHit* rayhit, RTCIntersectArguments* args)
1234 {

Callers

nothing calls this directly

Calls 1

rtcPointQuery16Function · 0.85

Tested by

no test coverage detected