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

Function rtcTraversableForwardOccluded16Ex

kernels/common/rtcore.cpp:1360–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358 }
1359
1360 RTC_API void rtcTraversableForwardOccluded16Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID, unsigned int instPrimID)
1361 {
1362 rtcForwardOccluded16Ex(valid, args, (RTCScene)htraversable, iray, instID, instPrimID);
1363 }
1364
1365 RTC_API void rtcRetainScene (RTCScene hscene)
1366 {

Callers

nothing calls this directly

Calls 1

rtcForwardOccluded16ExFunction · 0.85

Tested by

no test coverage detected