Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderPixelFunction
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixel
Function · 0.85
Calls
1
rtcInitRayQueryContext
Function · 0.85
Tested by
no test coverage detected