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

Method PopToDo

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

Source from the content-addressed store, hash-verified

353 queueToDoCounters[queueIndex]++;
354 }
355 RayBuffer *PopToDo() { return todoQueue.Pop(); }
356
357 void PushDone(RayBuffer *rayBuffer) { doneQueue.Push(rayBuffer); }
358 RayBuffer *PopDone(const size_t queueIndex) {

Callers

nothing calls this directly

Calls 1

PopMethod · 0.45

Tested by

no test coverage detected