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:
authorJeroen Bakker <j.bakker@atmind.nl>2012-07-06 15:31:40 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2012-07-06 15:31:40 +0400
commit28f7bfa8dfd691a1af7966ed3f8358479f069adf (patch)
treeed840647be5df4c32910d70e8557200804b1f850 /source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
parent27da686aece8940aedcd99ac9f8a08f63af7f539 (diff)
* Added OpenCL implementation of the Defocus node
* Always disable two phase compositing during rendering - At Mind -
Diffstat (limited to 'source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
index 4bf597ff831..8e5589fafec 100644
--- a/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
+++ b/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
@@ -62,7 +62,7 @@ public:
void setThreshold(float threshold) { this->m_threshold = threshold; }
-
+ void executeOpenCL(OpenCLDevice* device, MemoryBuffer *outputMemoryBuffer, cl_mem clOutputBuffer, MemoryBuffer **inputMemoryBuffers, list<cl_mem> *clMemToCleanUp, list<cl_kernel> *clKernelsToCleanUp);
};
#ifdef COM_DEFOCUS_SEARCH