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

Method Start

src/luxrays/core/device.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Device::Start() {
126 assert (!started);
127 started = true;
128}
129
130void Device::Stop() {
131 assert (started);

Callers

nothing calls this directly

Calls 1

WallClockTimeFunction · 0.85

Tested by

no test coverage detected