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

Method IsRunning

include/luxrays/core/device.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 const DeviceType GetType() const { return deviceType; }
76
77 virtual bool IsRunning() const { return started; };
78
79 virtual size_t GetMaxMemory() const { return 0; }
80 size_t GetUsedMemory() const { return usedMemory; }

Callers 2

PreprocessMethod · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected