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

Function eq

tutorials/pathtracer/pathtracer_device.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127inline bool eq(const Medium& a, const Medium& b) {
128 return (a.eta == b.eta) && eq(a.transmission, b.transmission);
129}
130
131inline Vec3fa sample_component2(const Vec3fa& c0, const Sample3f& wi0, const Medium& medium0,
132 const Vec3fa& c1, const Sample3f& wi1, const Medium& medium1,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected