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

Method getIntersectFunction

kernels/common/context.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 RTCIntersectFunctionN getIntersectFunction() const {
33 return args->intersect;
34 }
35
36 RTCOccludedFunctionN getOccludedFunction() const {
37 return (RTCOccludedFunctionN) args->intersect;

Callers 1

intersectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected