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

Function mylerp

tutorials/grid_geometry/grid_geometry_device.cpp:553–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553Vec3fa mylerp(float f, const Vec3fa& a, const Vec3fa& b) { // FIXME: use lerpr, need to make ISPC lerpr and C++ lerpr compatible first
554 return (1.0f-f)*a + f*b;
555}
556
557/* task that renders a single screen tile */
558void renderPixelStandard(const TutorialData& data,

Callers 1

renderPixelStandardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected