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_DisplaceSimpleOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_DisplaceSimpleOperation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h b/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h
index 88569954305..0e3bcc1b1f0 100644
--- a/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h
+++ b/source/blender/compositor/operations/COM_DisplaceSimpleOperation.h
@@ -29,10 +29,10 @@ private:
/**
* Cached reference to the inputProgram
*/
- SocketReader* inputColorProgram;
- SocketReader* inputVectorProgram;
- SocketReader* inputScaleXProgram;
- SocketReader* inputScaleYProgram;
+ SocketReader *inputColorProgram;
+ SocketReader *inputVectorProgram;
+ SocketReader *inputScaleXProgram;
+ SocketReader *inputScaleYProgram;
float width_x4;
float height_x4;
@@ -48,7 +48,7 @@ public:
/**
* the inner loop of this program
*/
- void executePixel(float* color, float x, float y, PixelSampler sampler, MemoryBuffer *inputBuffers[]);
+ void executePixel(float *color, float x, float y, PixelSampler sampler, MemoryBuffer *inputBuffers[]);
/**
* Initialize the execution