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

Function rtcForwardIntersect4Ex

kernels/common/rtcore.cpp:788–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786 }
787
788 RTC_API void rtcForwardIntersect4Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID, unsigned int instPrimID)
789 {
790 Scene* scene = (Scene*) hscene;
791 RTC_CATCH_BEGIN;
792 RTC_TRACE(rtcForwardIntersect4);
793 rtcForwardIntersectN<RTCRay4,RTCRayHit4,4>(valid,args,hscene,iray,instID,instPrimID);
794 RTC_CATCH_END2(scene);
795 }
796
797 RTC_API void rtcIntersect8 (const int* valid, RTCScene hscene, RTCRayHit8* rayhit, RTCIntersectArguments* args)
798 {

Callers 2

rtcForwardIntersect4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected