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

Method getCurrentProgress

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

Source from the content-addressed store, hash-verified

262}
263
264float DFB::getCurrentProgress() const
265{
266 if (stagesCompleted == OSP_FRAME_FINISHED) {
267 return 1.f;
268 }
269 return frameProgress;
270}
271
272void DFB::createTiles()
273{

Callers 2

getProgressMethod · 0.45
getProgressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected