|
Blender
V2.93
|
#include "node_shader_util.h"Go to the source code of this file.
Functions | |
| static void | node_shader_exec_sephsv (void *UNUSED(data), int UNUSED(thread), bNode *UNUSED(node), bNodeExecData *UNUSED(execdata), bNodeStack **in, bNodeStack **out) |
| static int | gpu_shader_sephsv (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_sephsv (void) |
| static void | node_shader_exec_combhsv (void *UNUSED(data), int UNUSED(thread), bNode *UNUSED(node), bNodeExecData *UNUSED(execdata), bNodeStack **in, bNodeStack **out) |
| static int | gpu_shader_combhsv (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_combhsv (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_sephsv_in [] |
| static bNodeSocketTemplate | sh_node_sephsv_out [] |
| static bNodeSocketTemplate | sh_node_combhsv_in [] |
| static bNodeSocketTemplate | sh_node_combhsv_out [] |
|
static |
Definition at line 99 of file node_shader_sepcombHSV.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_combhsv().
|
static |
Definition at line 51 of file node_shader_sepcombHSV.c.
References GPU_stack_link(), and node.
Referenced by register_node_type_sh_sephsv().
|
static |
Definition at line 84 of file node_shader_sepcombHSV.c.
References hsv_to_rgb(), nodestack_get_vec(), SOCK_FLOAT, and v.
Referenced by register_node_type_sh_combhsv().
|
static |
Definition at line 38 of file node_shader_sepcombHSV.c.
References col, nodestack_get_vec(), rgb_to_hsv(), and SOCK_VECTOR.
Referenced by register_node_type_sh_sephsv().
| void register_node_type_sh_combhsv | ( | void | ) |
Definition at line 108 of file node_shader_sepcombHSV.c.
References gpu_shader_combhsv(), NODE_CLASS_CONVERTOR, node_shader_exec_combhsv(), node_type_exec(), node_type_gpu(), node_type_socket_templates(), nodeRegisterType(), NULL, SH_NODE_COMBHSV, sh_node_combhsv_in, sh_node_combhsv_out, and sh_node_type_base().
Referenced by registerShaderNodes().
| void register_node_type_sh_sephsv | ( | void | ) |
Definition at line 60 of file node_shader_sepcombHSV.c.
References gpu_shader_sephsv(), NODE_CLASS_CONVERTOR, node_shader_exec_sephsv(), node_type_exec(), node_type_gpu(), node_type_socket_templates(), nodeRegisterType(), NULL, SH_NODE_SEPHSV, sh_node_sephsv_in, sh_node_sephsv_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 73 of file node_shader_sepcombHSV.c.
Referenced by register_node_type_sh_combhsv().
|
static |
Definition at line 79 of file node_shader_sepcombHSV.c.
Referenced by register_node_type_sh_combhsv().
|
static |
Definition at line 27 of file node_shader_sepcombHSV.c.
Referenced by register_node_type_sh_sephsv().
|
static |
Definition at line 31 of file node_shader_sepcombHSV.c.
Referenced by register_node_type_sh_sephsv().