|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_bsdf_toon (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_bsdf_toon (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_bsdf_toon_in [] |
| static bNodeSocketTemplate | sh_node_bsdf_toon_out [] |
|
static |
Definition at line 37 of file node_shader_bsdf_toon.c.
References GPU_link(), GPU_material_flag_set(), GPU_MATFLAG_DIFFUSE, GPU_stack_link(), and node.
Referenced by register_node_type_sh_bsdf_toon().
| void register_node_type_sh_bsdf_toon | ( | void | ) |
Definition at line 53 of file node_shader_bsdf_toon.c.
References NODE_CLASS_SHADER, node_shader_gpu_bsdf_toon(), NODE_SIZE_MIDDLE, node_type_gpu(), node_type_init(), node_type_size_preset(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, SH_NODE_BSDF_TOON, sh_node_bsdf_toon_in, sh_node_bsdf_toon_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_bsdf_toon.c.
Referenced by register_node_type_sh_bsdf_toon().
|
static |
Definition at line 32 of file node_shader_bsdf_toon.c.
Referenced by register_node_type_sh_bsdf_toon().