[Bf-blender-cvs] [0a63297a881] master: Nodes: Fix missing variable

Pablo Vazquez noreply at git.blender.org
Thu Oct 21 21:22:51 CEST 2021


Commit: 0a63297a8818e0dba89ce169bd39a2f800534721
Author: Pablo Vazquez
Date:   Thu Oct 21 21:22:43 2021 +0200
Branches: master
https://developer.blender.org/rB0a63297a8818e0dba89ce169bd39a2f800534721

Nodes: Fix missing variable

===================================================================

M	source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl

===================================================================

diff --git a/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl b/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
index acc7030415f..8325568988c 100644
--- a/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
@@ -48,6 +48,7 @@ uniform bool doMuted;
 uniform float dim_factor;
 uniform float thickness;
 uniform float dash_factor;
+uniform float dash_alpha;
 
 #  define colShadow colors[0]
 #  define colStart colors[1]



More information about the Bf-blender-cvs mailing list