|
Blender
V2.93
|
#include "../node_shader_util.h"Go to the source code of this file.
Functions | |
| static void | node_shader_init_anisotropic (bNodeTree *UNUSED(ntree), bNode *node) |
| static int | node_shader_gpu_bsdf_anisotropic (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
| void | register_node_type_sh_bsdf_anisotropic (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_bsdf_anisotropic_in [] |
| static bNodeSocketTemplate | sh_node_bsdf_anisotropic_out [] |
|
static |
Definition at line 44 of file node_shader_bsdf_anisotropic.c.
References GPU_constant(), GPU_link(), GPU_material_flag_set(), GPU_MATFLAG_GLOSSY, GPU_stack_link(), node, and SHD_GLOSSY_MULTI_GGX.
Referenced by register_node_type_sh_bsdf_anisotropic().
Definition at line 39 of file node_shader_bsdf_anisotropic.c.
References node, and SHD_GLOSSY_GGX.
Referenced by register_node_type_sh_bsdf_anisotropic().
| void register_node_type_sh_bsdf_anisotropic | ( | void | ) |
Definition at line 68 of file node_shader_bsdf_anisotropic.c.
References NODE_CLASS_SHADER, node_shader_gpu_bsdf_anisotropic(), node_shader_init_anisotropic(), 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_ANISOTROPIC, sh_node_bsdf_anisotropic_in, sh_node_bsdf_anisotropic_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 24 of file node_shader_bsdf_anisotropic.c.
Referenced by register_node_type_sh_bsdf_anisotropic().
|
static |
Definition at line 34 of file node_shader_bsdf_anisotropic.c.
Referenced by register_node_type_sh_bsdf_anisotropic().