|
Blender V4.5
|
#include <shader_graph.h>
Public Member Functions | |
| ShaderOutput (const SocketType &socket_type_, ShaderNode *parent_) | |
| ustring | name () const |
| SocketType::Type | type () const |
| void | disconnect () |
Public Attributes | |
| const SocketType & | socket_type |
| ShaderNode * | parent |
| vector< ShaderInput * > | links |
| int | stack_offset = SVM_STACK_INVALID |
Definition at line 117 of file shader_graph.h.
|
inline |
Definition at line 119 of file shader_graph.h.
| void ShaderOutput::disconnect | ( | ) |
Definition at line 56 of file shader_graph.cpp.
References links.
|
inline |
Definition at line 124 of file shader_graph.h.
References socket_type, and SocketType::ui_name.
Referenced by ConstantFolder::bypass(), ConstantFolder::make_constant(), ConstantFolder::make_constant(), and ConstantFolder::make_constant().
|
inline |
Definition at line 128 of file shader_graph.h.
References socket_type, and SocketType::type.
Referenced by ConstantFolder::discard(), ConstantFolder::make_one(), ConstantFolder::make_zero(), and ConstantFolder::try_bypass_or_make_constant().
| vector<ShaderInput *> ShaderOutput::links |
Definition at line 137 of file shader_graph.h.
Referenced by AttributeNode::attributes(), HairInfoNode::attributes(), ConstantFolder::bypass(), ShaderGraph::clean(), ShaderGraph::connect(), ShaderInput::disconnect(), disconnect(), MapRangeNode::expand(), MathNode::expand(), VolumeInfoNode::expand(), ConstantFolder::make_constant(), ConstantFolder::make_constant(), and ConstantFolder::make_constant().
| ShaderNode* ShaderOutput::parent |
Definition at line 136 of file shader_graph.h.
Referenced by ConstantFolder::bypass(), SVMCompiler::compile_type(), ImageTextureNode::cull_tiles(), LightManager::device_update_background(), ShaderGraph::finalize(), SVMCompiler::generate_multi_closure(), SubsurfaceScatteringNode::has_bssrdf_bump(), BsdfBaseNode::has_bump(), ShaderGraph::transform_multi_closure(), and ShaderGraph::verify_volume_output().
| const SocketType& ShaderOutput::socket_type |
Definition at line 135 of file shader_graph.h.
| int ShaderOutput::stack_offset = SVM_STACK_INVALID |
Definition at line 138 of file shader_graph.h.