Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void Device::Start() {
126
assert (!started);
127
started = true;
128
}
129
130
void Device::Stop() {
131
assert (started);
Callers
nothing calls this directly
Calls
1
WallClockTime
Function · 0.85
Tested by
no test coverage detected