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

Function rtcTraversableForwardOccluded1

kernels/common/rtcore.cpp:1304–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302 }
1303
1304 RTC_API void rtcTraversableForwardOccluded1 (const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID)
1305 {
1306 rtcForwardOccluded1(args, (RTCScene)htraversable, iray_, instID);
1307 }
1308
1309 RTC_API void rtcTraversableForwardOccluded1Ex(const RTCOccludedFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID, unsigned int instPrimID)
1310 {

Callers 1

instanceOccludedFuncFunction · 0.50

Calls 1

rtcForwardOccluded1Function · 0.85

Tested by

no test coverage detected