Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device_opencl.cpp
| Context not available. | |||||
| } | } | ||||
| OpenCLDevice(DeviceInfo& info, Stats &stats, bool background_) | OpenCLDevice(DeviceInfo& info, Stats &stats, bool background_) | ||||
| : Device(stats) | : Device(info, stats, background_) | ||||
| { | { | ||||
| background = background_; | |||||
| cpPlatform = NULL; | cpPlatform = NULL; | ||||
| cdDevice = NULL; | cdDevice = NULL; | ||||
| cxContext = NULL; | cxContext = NULL; | ||||
| Context not available. | |||||