Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-03-08 14:33:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-03-08 14:33:51 +0300
commitecfbfe478b3c6c944c61ff6c489b35e27c8121f4 (patch)
tree50bf3742ec10fc984fa852306b3ced64fa7b3add /intern/cycles/device/opencl/opencl.h
parent712f7c36402bd9b195d9e32dd72552e3dfc9ca24 (diff)
Cycles: Log which device kernels are being loaded for
Diffstat (limited to 'intern/cycles/device/opencl/opencl.h')
-rw-r--r--intern/cycles/device/opencl/opencl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/opencl/opencl.h b/intern/cycles/device/opencl/opencl.h
index 14e1db7a7aa..6470cb8ff7e 100644
--- a/intern/cycles/device/opencl/opencl.h
+++ b/intern/cycles/device/opencl/opencl.h
@@ -248,6 +248,7 @@ public:
bool device_initialized;
string platform_name;
+ string device_name;
bool opencl_error(cl_int err);
void opencl_error(const string& message);