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

Function RTCRayHit1_

tutorials/common/core/ray.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98__forceinline RTCRayHit* RTCRayHit1_(Ray& ray) {
99 return (RTCRayHit*)&ray;
100}
101
102__forceinline RTCRay* RTCRay_(Ray& ray) {
103 return (RTCRay*)&ray;

Callers 1

device_pickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected