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

Function ospGetVariance

ospray/api/API.cpp:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620OSPRAY_CATCH_END()
621
622extern "C" float ospGetVariance(OSPFrameBuffer fb) OSPRAY_CATCH_BEGIN
623{
624 THROW_IF_NULL_OBJECT(fb);
625 ASSERT_DEVICE();
626 return currentDevice().getVariance(fb);
627}
628OSPRAY_CATCH_END(inf)
629
630extern "C" void ospResetAccumulation(OSPFrameBuffer fb) OSPRAY_CATCH_BEGIN

Callers 5

getVarianceFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ospRenderFrameBlockingFunction · 0.85
varianceMethod · 0.85

Calls 1

getVarianceMethod · 0.45

Tested by

no test coverage detected