MCPcopy 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

92typedef 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

renderPixelFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelFunction · 0.85
renderPixelFunctionFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelStandardFunction · 0.85
instanceIntersectFuncNFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelFunctionFunction · 0.85
renderPixelDebugShaderFunction · 0.85
renderPixelAOShaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected