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

Function rtcForwardIntersect16Ex

kernels/common/rtcore.cpp:909–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907 }
908
909 RTC_API void rtcForwardIntersect16Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID, unsigned int instPrimID)
910 {
911 Scene* scene = (Scene*) hscene;
912 RTC_CATCH_BEGIN;
913 RTC_TRACE(rtcForwardIntersect16Ex);
914 rtcForwardIntersectN<RTCRay16,RTCRayHit16,16>(valid,args,hscene,iray,instID,instPrimID);
915 RTC_CATCH_END2(scene);
916 }
917
918 RTC_API void rtcOccluded1 (RTCScene hscene, RTCRay* ray, RTCOccludedArguments* args)
919 {

Callers 2

rtcForwardIntersect16Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected