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

Function rtcForwardOccluded16Ex

kernels/common/rtcore.cpp:1204–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202 }
1203
1204 RTC_API void rtcForwardOccluded16Ex(const int* valid, const RTCOccludedFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID, unsigned int instPrimID)
1205 {
1206 Scene* scene = (Scene*) hscene;
1207 RTC_CATCH_BEGIN;
1208 RTC_TRACE(rtcForwardOccluded16Ex);
1209 rtcForwardOccludedN<RTCRay16,16>(valid, args, hscene, iray, instID, instPrimID);
1210 RTC_CATCH_END2(scene);
1211 }
1212
1213 RTC_API bool rtcTraversablePointQuery(RTCTraversable htraversable, RTCPointQuery* query, RTCPointQueryContext* userContext, RTCPointQueryFunction queryFunc, void* userPtr)
1214 {

Callers 2

rtcForwardOccluded16Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected