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/draw/engines/eevee/eevee_depth_of_field.hh')
-rw-r--r--source/blender/draw/engines/eevee/eevee_depth_of_field.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_depth_of_field.hh b/source/blender/draw/engines/eevee/eevee_depth_of_field.hh
index afcbec981b4..81e796a1fbf 100644
--- a/source/blender/draw/engines/eevee/eevee_depth_of_field.hh
+++ b/source/blender/draw/engines/eevee/eevee_depth_of_field.hh
@@ -141,10 +141,10 @@ class DepthOfField {
void init();
- void sync(const float4x4 winmat, int2 input_extent);
+ void sync(const float4x4 &winmat, int2 input_extent);
/** Apply Depth Of Field jittering to the view and projection matrices.. */
- void jitter_apply(float4x4 winmat, float4x4 viewmat);
+ void jitter_apply(float4x4 &winmat, float4x4 &viewmat);
/** Will swap input and output texture if rendering happens. The actual output of this function
* is in intput_tx. */