MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / PopDone

Method PopDone

include/luxrays/core/geometry/raybuffer.h:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356
357 void PushDone(RayBuffer *rayBuffer) { doneQueue.Push(rayBuffer); }
358 RayBuffer *PopDone(const size_t queueIndex) {
359 RayBuffer *rb = doneQueue.Pop(queueIndex, queueDoneCounters[queueIndex]);
360 queueDoneCounters[queueIndex]++;
361
362 return rb;
363 }
364
365private:
366 std::vector<unsigned int> queueToDoCounters;

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected