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

Method cancelFrame

modules/mpi/ospray/fb/DistributedFrameBuffer.cpp:254–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void DFB::cancelFrame()
255{
256 FrameBuffer::cancelFrame();
257
258 // Propagate the frame cancellation to the sparse fb layers as well
259 for (auto &l : layers) {
260 l->cancelFrame();
261 }
262}
263
264float DFB::getCurrentProgress() const
265{

Callers 2

cancelMethod · 0.45
cancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected