|
Blender
V2.93
|
#include "node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | gpu_shader_brightcontrast (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_brightcontrast (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_brightcontrast_in [] |
| static bNodeSocketTemplate | sh_node_brightcontrast_out [] |
|
static |
Definition at line 36 of file node_shader_brightness.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_brightcontrast().
| void register_node_type_sh_brightcontrast | ( | void | ) |
Definition at line 45 of file node_shader_brightness.c.
References gpu_shader_brightcontrast(), NODE_CLASS_OP_COLOR, node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_BRIGHTCONTRAST, sh_node_brightcontrast_in, sh_node_brightcontrast_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_brightness.c.
Referenced by register_node_type_sh_brightcontrast().
|
static |
Definition at line 31 of file node_shader_brightness.c.
Referenced by register_node_type_sh_brightcontrast().