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/shaders/infos/eevee_material_info.hh')
-rw-r--r--source/blender/draw/engines/eevee/shaders/infos/eevee_material_info.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/engines/eevee/shaders/infos/eevee_material_info.hh b/source/blender/draw/engines/eevee/shaders/infos/eevee_material_info.hh
index 248697cac6d..87e55862f50 100644
--- a/source/blender/draw/engines/eevee/shaders/infos/eevee_material_info.hh
+++ b/source/blender/draw/engines/eevee/shaders/infos/eevee_material_info.hh
@@ -124,8 +124,8 @@ GPU_SHADER_CREATE_INFO(eevee_surface_background)
GPU_SHADER_CREATE_INFO(eevee_background_lookdev)
.do_static_compilation(true)
- .additional_info("eevee_shared")
- .uniform_buf(0, "LightProbeInfoData", "probes_buf")
+ .additional_info("eevee_shared", "draw_view")
+ .uniform_buf(1, "LightProbeInfoData", "probes_buf")
.sampler(0, ImageType::FLOAT_CUBE_ARRAY, "lightprobe_cube_tx")
.push_constant(Type::FLOAT, "opacity")
.push_constant(Type::FLOAT, "blur")