|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static int | node_shader_gpu_wireframe (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_wireframe (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_wireframe_in [] |
| static bNodeSocketTemplate | sh_node_wireframe_out [] |
|
static |
Definition at line 33 of file node_shader_wireframe.c.
References GPU_BARYCENTRIC_DIST, GPU_BARYCENTRIC_TEXCO, GPU_builtin(), GPU_material_flag_set(), GPU_MATFLAG_BARYCENTRIC, GPU_stack_link(), and node.
Referenced by register_node_type_sh_wireframe().
| void register_node_type_sh_wireframe | ( | void | ) |
Definition at line 56 of file node_shader_wireframe.c.
References NODE_CLASS_INPUT, node_shader_gpu_wireframe(), node_type_gpu(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), NULL, sh_node_type_base(), SH_NODE_WIREFRAME, sh_node_wireframe_in, and sh_node_wireframe_out.
Referenced by registerShaderNodes().
|
static |
Definition at line 23 of file node_shader_wireframe.c.
Referenced by register_node_type_sh_wireframe().
|
static |
Definition at line 28 of file node_shader_wireframe.c.
Referenced by register_node_type_sh_wireframe().