Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device_multi.cpp
| Context not available. | |||||
| sub.device->const_copy_to(name, host, size); | sub.device->const_copy_to(name, host, size); | ||||
| } | } | ||||
| void tex_alloc(const char *name, device_memory& mem, bool interpolation, bool periodic) | void tex_alloc(const char *name, device_memory& mem, InterpolationType interpolation, bool periodic) | ||||
| { | { | ||||
| foreach(SubDevice& sub, devices) { | foreach(SubDevice& sub, devices) { | ||||
| mem.device_pointer = 0; | mem.device_pointer = 0; | ||||
| Context not available. | |||||