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:
authorClément Foucault <foucault.clem@gmail.com>2018-05-18 16:33:04 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-05-18 16:33:04 +0300
commit47949fd764c8f7af7dc560794a38d47d63e9ee63 (patch)
treeb944d40a9ce619a0fb0f72021f5eb6c499b6b6e7 /source/blender/nodes
parent83c2febaeeb2627ad8850ee635b6dba66a65d572 (diff)
Eevee: Codestyle fix.
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_shaderToRgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_shaderToRgb.c b/source/blender/nodes/shader/nodes/node_shader_shaderToRgb.c
index 286752f9a10..c565c311efc 100644
--- a/source/blender/nodes/shader/nodes/node_shader_shaderToRgb.c
+++ b/source/blender/nodes/shader/nodes/node_shader_shaderToRgb.c
@@ -42,7 +42,7 @@ static bNodeSocketTemplate sh_node_shadertorgb_out[] = {
static int node_shader_gpu_shadertorgb(GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
{
- return GPU_stack_link(mat, node, "node_shadertorgb", in, out);
+ return GPU_stack_link(mat, node, "node_shader_to_rgba", in, out);
}
/* node type definition */