Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ RTCRayHit_
Function
RTCRayHit_
tutorials/common/core/ray.h:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
typedef Ray Ray1;
93
94
__forceinline RTCRayHit* RTCRayHit_(Ray& ray) {
95
return (RTCRayHit*)&ray;
96
}
97
98
__forceinline RTCRayHit* RTCRayHit1_(Ray& ray) {
99
return (RTCRayHit*)&ray;
Callers
15
renderPixel
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixel
Function · 0.85
renderPixelFunction
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixelStandard
Function · 0.85
instanceIntersectFuncN
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixelFunction
Function · 0.85
renderPixelDebugShader
Function · 0.85
renderPixelAOShader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected