|
Blender V4.3
|
Inherits blender::realtime_compositor::ShaderNode.
Public Member Functions | |
| void | compile (GPUMaterial *material) override |
| int | get_color_space () |
| int | get_matte_channel () |
| int | get_limit_channel () |
| void | get_limit_channels (float limit_channels[2]) |
| float | get_max_limit () |
| float | get_min_limit () |
| ShaderNode (DNode node) | |
Public Member Functions inherited from blender::realtime_compositor::ShaderNode | |
| ShaderNode (DNode node) | |
| virtual | ~ShaderNode ()=default |
| GPUNodeStack * | get_inputs_array () |
| GPUNodeStack * | get_outputs_array () |
| GPUNodeStack & | get_input (StringRef identifier) |
| GPUNodeStack & | get_output (StringRef identifier) |
| GPUNodeLink * | get_input_link (StringRef identifier) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::realtime_compositor::ShaderNode | |
| const DNode & | node () const |
| const bNode & | bnode () const |
Definition at line 91 of file node_composite_channel_matte.cc.
|
inlineoverridevirtual |
Implements blender::realtime_compositor::ShaderNode.
Definition at line 95 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode(), get_color_space(), blender::realtime_compositor::ShaderNode::get_inputs_array(), get_limit_channels(), get_matte_channel(), get_max_limit(), get_min_limit(), blender::realtime_compositor::ShaderNode::get_outputs_array(), GPU_constant(), GPU_stack_link(), and GPU_uniform().
|
inline |
Definition at line 123 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode(), and bNode::custom1.
Referenced by compile().
|
inline |
Definition at line 135 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode().
Referenced by get_limit_channels().
|
inline |
Definition at line 143 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode(), CMP_NODE_CHANNEL_MATTE_LIMIT_ALGORITHM_MAX, get_limit_channel(), and get_matte_channel().
Referenced by compile().
|
inline |
Definition at line 129 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode(), and bNode::custom2.
Referenced by compile(), and get_limit_channels().
|
inline |
Definition at line 158 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode().
Referenced by compile().
|
inline |
Definition at line 163 of file node_composite_channel_matte.cc.
References blender::realtime_compositor::ShaderNode::bnode().
Referenced by compile().
| ShaderNode::ShaderNode | ( | DNode | node | ) |
Definition at line 47 of file shader_node.cc.