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:
Diffstat (limited to 'source/blender/compositor/operations/COM_BokehBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_BokehBlurOperation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/compositor/operations/COM_BokehBlurOperation.h b/source/blender/compositor/operations/COM_BokehBlurOperation.h
index c782c421966..ce14faa8596 100644
--- a/source/blender/compositor/operations/COM_BokehBlurOperation.h
+++ b/source/blender/compositor/operations/COM_BokehBlurOperation.h
@@ -27,9 +27,9 @@
class BokehBlurOperation : public NodeOperation, public QualityStepHelper {
private:
- SocketReader* inputProgram;
- SocketReader* inputBokehProgram;
- SocketReader* inputBoundingBoxReader;
+ SocketReader *inputProgram;
+ SocketReader *inputBokehProgram;
+ SocketReader *inputBoundingBoxReader;
float size;
float bokehMidX;
float bokehMidY;
@@ -37,11 +37,11 @@ private:
public:
BokehBlurOperation();
- void* initializeTileData(rcti *rect, MemoryBuffer **memoryBuffers);
+ void *initializeTileData(rcti *rect, MemoryBuffer **memoryBuffers);
/**
* the inner loop of this program
*/
- void executePixel(float* color, int x, int y, MemoryBuffer *inputBuffers[], void* data);
+ void executePixel(float *color, int x, int y, MemoryBuffer *inputBuffers[], void *data);
/**
* Initialize the execution