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

Function doodlef

tutorials/host_device_memory/host_device_memory_device.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376static inline float doodlef(uint32_t x)
377{
378 return ((float)doodle(x)) / (float)(uint32_t(-1));
379}
380
381/* task that renders a single screen tile */
382void renderPixelStandard(const TutorialData& data,

Callers 1

renderPixelStandardFunction · 0.85

Calls 1

doodleFunction · 0.85

Tested by

no test coverage detected