Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
547
float ISPCDevice::getVariance(OSPFrameBuffer _fb)
548
{
549
FrameBuffer *fb = (FrameBuffer *)_fb;
550
return fb->getVariance();
551
}
552
553
void ISPCDevice::resetAccumulation(OSPFrameBuffer _fb)
554
{
Callers
1
ospGetVariance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected