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

Method SetQueueCount

src/luxrays/core/device.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void IntersectionDevice::SetQueueCount(const u_int count) {
283 assert (!started);
284 assert (count >= 1);
285
286 queueCount = count;
287}
288
289}

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected