|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| int8_t | data_type |
| int8_t | factor_mode |
| int8_t | clamp_factor |
| int8_t | clamp_result |
| int8_t | blend_type |
| char | _pad [3] |
Definition at line 2096 of file DNA_node_types.h.
| char NodeShaderMix::_pad[3] |
Definition at line 2104 of file DNA_node_types.h.
| int8_t NodeShaderMix::blend_type |
| int8_t NodeShaderMix::clamp_factor |
Definition at line 2101 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), ntree_shader_disconnect_inactive_mix_branches(), and blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function().
| int8_t NodeShaderMix::clamp_result |
Definition at line 2102 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), and blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function().
| int8_t NodeShaderMix::data_type |
Definition at line 2098 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), ntree_shader_disconnect_inactive_mix_branches(), blender::nodes::node_sh_mix_cc::sh_node_mix_build_multi_function(), blender::nodes::node_sh_mix_cc::sh_node_mix_label(), blender::nodes::node_sh_mix_cc::sh_node_mix_ui_class(), and blender::nodes::node_sh_mix_cc::sh_node_mix_update().
| int8_t NodeShaderMix::factor_mode |
Definition at line 2100 of file DNA_node_types.h.
Referenced by blender::nodes::node_sh_mix_cc::gpu_shader_mix(), ntree_shader_disconnect_inactive_mix_branches(), and blender::nodes::node_sh_mix_cc::sh_node_mix_update().