MCPcopy Create free account
hub / github.com/RenderKit/ospray / getVariance

Method getVariance

modules/cpu/ISPCDevice.cpp:547–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547float ISPCDevice::getVariance(OSPFrameBuffer _fb)
548{
549 FrameBuffer *fb = (FrameBuffer *)_fb;
550 return fb->getVariance();
551}
552
553void ISPCDevice::resetAccumulation(OSPFrameBuffer _fb)
554{

Callers 1

ospGetVarianceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected