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

Function rtcTraversableIntersect1

kernels/common/rtcore.cpp:1233–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 }
1232
1233 RTC_API void rtcTraversableIntersect1 (RTCTraversable htraversable, RTCRayHit* rayhit, RTCIntersectArguments* args)
1234 {
1235 rtcIntersect1((RTCScene)htraversable, rayhit, args);
1236 }
1237
1238 RTC_API void rtcTraversableForwardIntersect1 (const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID)
1239 {

Callers 15

renderPixelFunction · 0.50
castRayFunction · 0.50
renderPixelFunction · 0.50
renderPixelFunctionFunction · 0.50
renderPixelStandardFunction · 0.50
renderPixelStandardFunction · 0.50
renderPixelStandardFunction · 0.50
renderPixelFunctionFunction · 0.50
renderPixelDebugShaderFunction · 0.50
renderPixelAOShaderFunction · 0.50
renderPixelStandardFunction · 0.50
renderPixelStandardFunction · 0.50

Calls 1

rtcIntersect1Function · 0.85

Tested by

no test coverage detected