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:
authorCampbell Barton <ideasman42@gmail.com>2019-01-21 03:24:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-21 03:24:19 +0300
commitff10ba8c26a9e4ec571da4782312790024bcfb0b (patch)
treecff4c021a498534c9822aecdabc4f0d10c4c07da /source/blender/draw/engines/eevee/eevee_lightprobes.c
parentdbe960fdee7fe7630331bd33086ba5c5e1cb1115 (diff)
Cleanup: rename terms count/num to len
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_lightprobes.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c
index 5f58724134d..52bc4b9c55f 100644
--- a/source/blender/draw/engines/eevee/eevee_lightprobes.c
+++ b/source/blender/draw/engines/eevee/eevee_lightprobes.c
@@ -898,7 +898,7 @@ static void lightbake_render_scene_reflected(int layer, EEVEE_BakeRenderData *us
sldata->clip_data.clip_planes[0][3] += eplanar->clipsta;
/* Set clipping plane */
DRW_uniformbuffer_update(sldata->clip_ubo, &sldata->clip_data);
- DRW_state_clip_planes_count_set(1);
+ DRW_state_clip_planes_len_set(1);
GPU_framebuffer_bind(fbl->planarref_fb);
GPU_framebuffer_clear_depth(fbl->planarref_fb, 1.0);