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

Function ospResetAccumulation

ospray/api/API.cpp:630–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628OSPRAY_CATCH_END(inf)
629
630extern "C" void ospResetAccumulation(OSPFrameBuffer fb) OSPRAY_CATCH_BEGIN
631{
632 THROW_IF_NULL_OBJECT(fb);
633 ASSERT_DEVICE();
634 currentDevice().resetAccumulation(fb);
635}
636OSPRAY_CATCH_END()
637
638///////////////////////////////////////////////////////////////////////////////

Callers 6

resetAccumulationFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
resetAccumulationMethod · 0.85
clearMethod · 0.85

Calls 1

resetAccumulationMethod · 0.45

Tested by

no test coverage detected