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 <jeroen@blender.org>2021-03-19 18:15:08 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-19 19:11:47 +0300
commit8cb108979523ec55b5213a719a77358f9dad47a0 (patch)
treed38494f30f3b385d3cdf4ee12fba37362773e079 /source/blender/compositor/operations
parentdc9aea9903d2af0b4333fcc6992fc9ea8e72876e (diff)
Cleanup: Rename copyContentFrom to fill_from.
Diffstat (limited to 'source/blender/compositor/operations')
-rw-r--r--source/blender/compositor/operations/COM_WriteBufferOperation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_WriteBufferOperation.cc b/source/blender/compositor/operations/COM_WriteBufferOperation.cc
index 8d38dbfe180..23d0c7f6eac 100644
--- a/source/blender/compositor/operations/COM_WriteBufferOperation.cc
+++ b/source/blender/compositor/operations/COM_WriteBufferOperation.cc
@@ -181,7 +181,7 @@ void WriteBufferOperation::executeOpenCLRegion(OpenCLDevice *device,
printf("CLERROR[%d]: %s\n", error, clewErrorString(error));
}
- this->getMemoryProxy()->getBuffer()->copyContentFrom(outputBuffer);
+ this->getMemoryProxy()->getBuffer()->fill_from(*outputBuffer);
// STEP 4
while (!clMemToCleanUp->empty()) {