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

Function rtcForwardOccluded1

kernels/common/rtcore.cpp:948–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946 }
947
948 RTC_API void rtcForwardOccluded1 (const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay* iray_, unsigned int instID)
949 {
950 RTC_TRACE(rtcForwardOccluded1);
951 return rtcForwardOccluded1Ex(args, hscene, iray_, instID, 0);
952 }
953
954 RTC_API void rtcForwardOccluded1Ex(const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay* iray_, unsigned int instID, unsigned int instPrimID)
955 {

Callers 1

Calls 1

rtcForwardOccluded1ExFunction · 0.85

Tested by

no test coverage detected