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

Function rtcTraversableForwardOccluded8Ex

kernels/common/rtcore.cpp:1345–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343 }
1344
1345 RTC_API void rtcTraversableForwardOccluded8Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay8* iray, unsigned int instID, unsigned int instPrimID)
1346 {
1347 rtcForwardOccluded8Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID);
1348 }
1349
1350 RTC_API void rtcTraversableOccluded16 (const int* valid, RTCTraversable htraversable, RTCRay16* ray, RTCOccludedArguments* args)
1351 {

Callers

nothing calls this directly

Calls 1

rtcForwardOccluded8ExFunction · 0.85

Tested by

no test coverage detected