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

Function rtcForwardIntersect8Ex

kernels/common/rtcore.cpp:849–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847 }
848
849 RTC_API void rtcForwardIntersect8Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay8* iray, unsigned int instID, unsigned int instPrimID)
850 {
851 Scene* scene = (Scene*) hscene;
852 RTC_CATCH_BEGIN;
853 RTC_TRACE(rtcForwardIntersect8Ex);
854 rtcForwardIntersectN<RTCRay8,RTCRayHit8,8>(valid,args,hscene,iray,instID,instPrimID);
855 RTC_CATCH_END2(scene);
856 }
857
858 RTC_API void rtcIntersect16 (const int* valid, RTCScene hscene, RTCRayHit16* rayhit, RTCIntersectArguments* args)
859 {

Callers 2

rtcForwardIntersect8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected