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:
authorPablo Vazquez <pablo@blender.org>2021-10-21 22:22:43 +0300
committerPablo Vazquez <pablo@blender.org>2021-10-21 22:22:43 +0300
commit0a63297a8818e0dba89ce169bd39a2f800534721 (patch)
tree42548c3e0ab3e850b8ee5a98a2e99c5479adc134 /source/blender/gpu/shaders
parent9b1b4b9e32c8ac86e460204bb93e0ddc42ad9e49 (diff)
Nodes: Fix missing variable
Diffstat (limited to 'source/blender/gpu/shaders')
-rw-r--r--source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl1
1 files changed, 1 insertions, 0 deletions
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]