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

Function rtcForwardOccluded8Ex

kernels/common/rtcore.cpp:1144–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142 }
1143
1144 RTC_API void rtcForwardOccluded8Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay8* iray, unsigned int instID, unsigned int instPrimID)
1145 {
1146 Scene* scene = (Scene*) hscene;
1147 RTC_CATCH_BEGIN;
1148 RTC_TRACE(rtcForwardOccluded8Ex);
1149 rtcForwardOccludedN<RTCRay8,8>(valid, args, hscene, iray, instID, instPrimID);
1150 RTC_CATCH_END2(scene);
1151 }
1152
1153 RTC_API void rtcOccluded16 (const int* valid, RTCScene hscene, RTCRay16* ray, RTCOccludedArguments* args)
1154 {

Callers 2

rtcForwardOccluded8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected