|
Blender V4.3
|
Inherits blender::realtime_compositor::ShaderNode.
Public Member Functions | |
| void | compile (GPUMaterial *material) override |
| const char * | get_shader_function_name () |
| 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 194 of file node_composite_sepcomb_color.cc.
|
inlineoverridevirtual |
Implements blender::realtime_compositor::ShaderNode.
Definition at line 198 of file node_composite_sepcomb_color.cc.
References blender::realtime_compositor::ShaderNode::bnode(), blender::realtime_compositor::ShaderNode::get_inputs_array(), blender::realtime_compositor::ShaderNode::get_outputs_array(), get_shader_function_name(), and GPU_stack_link().
|
inline |
Definition at line 206 of file node_composite_sepcomb_color.cc.
References BLI_assert_unreachable, BLI_YCC_ITU_BT601, BLI_YCC_ITU_BT709, BLI_YCC_JFIF_0_255, blender::realtime_compositor::ShaderNode::bnode(), CMP_NODE_COMBSEP_COLOR_HSL, CMP_NODE_COMBSEP_COLOR_HSV, CMP_NODE_COMBSEP_COLOR_RGB, CMP_NODE_COMBSEP_COLOR_YCC, and CMP_NODE_COMBSEP_COLOR_YUV.
Referenced by compile().
| ShaderNode::ShaderNode | ( | DNode | node | ) |
Definition at line 47 of file shader_node.cc.