Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device_network.cpp
| Context not available. | |||||
| snd.write_buffer(host, size); | snd.write_buffer(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) | ||||
| { | { | ||||
| thread_scoped_lock lock(rpc_lock); | thread_scoped_lock lock(rpc_lock); | ||||
| Context not available. | |||||
| else if(rcv.name == "tex_alloc") { | else if(rcv.name == "tex_alloc") { | ||||
| network_device_memory mem; | network_device_memory mem; | ||||
| string name; | string name; | ||||
| bool interpolation; | InterpolationType interpolation; | ||||
| bool periodic; | bool periodic; | ||||
| device_ptr client_pointer; | device_ptr client_pointer; | ||||
| Context not available. | |||||