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

Method PushToDo

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

Source from the content-addressed store, hash-verified

319 size_t GetSizeDone() { return doneQueue.GetSize(); }
320
321 void PushToDo(RayBuffer *rayBuffer, const size_t queueIndex) { todoQueue.Push(rayBuffer, queueIndex); }
322 RayBuffer *PopToDo() { return todoQueue.Pop(); }
323
324 void PushDone(RayBuffer *rayBuffer) { doneQueue.Push(rayBuffer); }

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected