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

Function rtcTraversableForwardOccluded4

kernels/common/rtcore.cpp:1325–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323 }
1324
1325 RTC_API void rtcTraversableForwardOccluded4(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID)
1326 {
1327 rtcForwardOccluded4(valid, args, (RTCScene)htraversable, iray, instID);
1328 }
1329
1330 RTC_API void rtcTraversableForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID, unsigned int instPrimID)
1331 {

Callers

nothing calls this directly

Calls 1

rtcForwardOccluded4Function · 0.85

Tested by

no test coverage detected