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

Function rtcTraversableForwardOccluded4Ex

kernels/common/rtcore.cpp:1330–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328 }
1329
1330 RTC_API void rtcTraversableForwardOccluded4Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay4* iray, unsigned int instID, unsigned int instPrimID)
1331 {
1332 rtcForwardOccluded4Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID);
1333 }
1334
1335 RTC_API void rtcTraversableOccluded8 (const int* valid, RTCTraversable htraversable, RTCRay8* ray, RTCOccludedArguments* args)
1336 {

Callers

nothing calls this directly

Calls 1

rtcForwardOccluded4ExFunction · 0.85

Tested by

no test coverage detected