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

Method PushToDo

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

Source from the content-addressed store, hash-verified

349 size_t GetSizeDone() { return doneQueue.GetSize(); }
350
351 void PushToDo(RayBuffer *rayBuffer, const size_t queueIndex) {
352 todoQueue.Push(rayBuffer, queueIndex, queueToDoCounters[queueIndex]);
353 queueToDoCounters[queueIndex]++;
354 }
355 RayBuffer *PopToDo() { return todoQueue.Pop(); }
356
357 void PushDone(RayBuffer *rayBuffer) { doneQueue.Push(rayBuffer); }

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected