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

Function rtcTraversableIntersect16

kernels/common/rtcore.cpp:1284–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 }
1283
1284 RTC_API void rtcTraversableIntersect16 (const int* valid, RTCTraversable htraversable, RTCRayHit16* rayhit, RTCIntersectArguments* args)
1285 {
1286 rtcIntersect16(valid, (RTCScene)htraversable, rayhit, args);
1287 }
1288
1289 RTC_API void rtcTraversableForwardIntersect16(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID)
1290 {

Callers

nothing calls this directly

Calls 1

rtcIntersect16Function · 0.85

Tested by

no test coverage detected