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

Function commit_potential_hit

kernels/sycl/rthwif_embree.cpp:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587__forceinline bool commit_potential_hit(intel_ray_query_t& query, RayHit& ray) {
588 intel_ray_query_commit_potential_hit_override (query, ray.tfar, float2(ray.u, ray.v));
589 return false;
590}
591
592__forceinline bool commit_potential_hit(intel_ray_query_t& query, Ray& ray) {
593 intel_ray_query_commit_potential_hit_override (query, ray.tfar, float2(0.0f, 0.0f));

Callers 1

trav_loopFunction · 0.85

Tested by

no test coverage detected