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>2021-10-14 00:57:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-14 00:57:50 +0300
commit9dff3de6acb30193dafd292571858770ee385e51 (patch)
treef87345a219fc696b673e5fa090775b9ee17a1971 /source/blender/draw
parent685ceaa2f7236a9a76a42609f568b161d5d6d479 (diff)
Cleanup: clang-tidy, clang-format & spelling
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightprobes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c
index 56227bc95ec..ab083253499 100644
--- a/source/blender/draw/engines/eevee/eevee_lightprobes.c
+++ b/source/blender/draw/engines/eevee/eevee_lightprobes.c
@@ -1214,7 +1214,7 @@ void EEVEE_lightprobes_refresh_planar(EEVEE_ViewLayerData *sldata, EEVEE_Data *v
common_data->ray_type = EEVEE_RAY_GLOSSY;
common_data->ray_depth = 1.0f;
- /* Planar reflections are rendered at the hiz resolution, so no need to scalling. */
+ /* Planar reflections are rendered at the `hiz` resolution, so no need to scaling. */
copy_v2_fl(common_data->hiz_uv_scale, 1.0f);
GPU_uniformbuf_update(sldata->common_ubo, &sldata->common_data);
@@ -1240,7 +1240,7 @@ void EEVEE_lightprobes_refresh_planar(EEVEE_ViewLayerData *sldata, EEVEE_Data *v
}
if (DRW_state_is_image_render()) {
- /* Sort transparents because planar reflections could have re-sorted them. */
+ /* Sort the transparent passes because planar reflections could have re-sorted them. */
DRW_pass_sort_shgroup_z(vedata->psl->transparent_pass);
}