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

Function InitIntersectionContext

tutorials/common/core/ray.h:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138};
139
140__forceinline void InitIntersectionContext(struct RayQueryContext* context)
141{
142 rtcInitRayQueryContext(&context->context);
143 context->userRayExt = NULL;
144}

Callers 3

renderPixelFunctionFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelFunction · 0.85

Calls 1

rtcInitRayQueryContextFunction · 0.85

Tested by

no test coverage detected