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

Function rtcForwardOccluded4Ex

kernels/common/rtcore.cpp:1084–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082 }
1083
1084 RTC_API void rtcForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID, unsigned int instPrimID)
1085 {
1086 Scene* scene = (Scene*) hscene;
1087 RTC_CATCH_BEGIN;
1088 RTC_TRACE(rtcForwardOccluded4);
1089 rtcForwardOccludedN<RTCRay4,4>(valid,args,hscene,iray,instID,instPrimID);
1090 RTC_CATCH_END2(scene);
1091 }
1092
1093 RTC_API void rtcOccluded8 (const int* valid, RTCScene hscene, RTCRay8* ray, RTCOccludedArguments* args)
1094 {

Callers 2

rtcForwardOccluded4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected