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

Function rtcForwardOccluded4

kernels/common/rtcore.cpp:1078–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076 }
1077
1078 RTC_API void rtcForwardOccluded4(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID)
1079 {
1080 RTC_TRACE(rtcForwardOccluded4);
1081 return rtcForwardOccluded4Ex(valid, args, hscene, iray, instID, 0);
1082 }
1083
1084 RTC_API void rtcForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay4* iray, unsigned int instID, unsigned int instPrimID)
1085 {

Callers 1

Calls 1

rtcForwardOccluded4ExFunction · 0.85

Tested by

no test coverage detected