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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2013-12-20 03:43:26 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-12-20 03:43:26 +0400
commit29e3b098253270d4c5cf8337ad068bf4e98d7bdb (patch)
tree2e3b0b29ed17a172e2ecfb040aa23c723fa88900 /source/blender/compositor/intern/COM_WorkScheduler.h
parent8ed0878f0f6b2b37c709fffa514e11cac24ec94d (diff)
Fix T37890: compositor did not take number of thread setting into account.
Diffstat (limited to 'source/blender/compositor/intern/COM_WorkScheduler.h')
-rw-r--r--source/blender/compositor/intern/COM_WorkScheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_WorkScheduler.h b/source/blender/compositor/intern/COM_WorkScheduler.h
index 4ab23cf9ae4..78bba1e3074 100644
--- a/source/blender/compositor/intern/COM_WorkScheduler.h
+++ b/source/blender/compositor/intern/COM_WorkScheduler.h
@@ -77,7 +77,7 @@ public:
*
* This function can be called multiple times to lazily initialize OpenCL.
*/
- static void initialize(bool use_opencl);
+ static void initialize(bool use_opencl, int num_cpu_threads);
/**
* @brief deinitialize the WorkScheduler