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

Function rtcForwardIntersect16

kernels/common/rtcore.cpp:903–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901 }
902
903 RTC_API void rtcForwardIntersect16(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID)
904 {
905 RTC_TRACE(rtcForwardIntersect16);
906 return rtcForwardIntersect16Ex(valid, args, hscene, iray, instID, 0);
907 }
908
909 RTC_API void rtcForwardIntersect16Ex(const int* valid, const RTCIntersectFunctionNArguments* args, RTCScene hscene, RTCRay16* iray, unsigned int instID, unsigned int instPrimID)
910 {

Callers 1

Calls 1

rtcForwardIntersect16ExFunction · 0.85

Tested by

no test coverage detected