|
Blender V5.0
|
#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 118 of file shader_graph.h.
|
inline |
Definition at line 120 of file shader_graph.h.
References parent, and socket_type.
| void ShaderOutput::disconnect | ( | ) |
Definition at line 56 of file shader_graph.cpp.
References links.
Referenced by ShaderGraph::disconnect().
|
inline |
Definition at line 125 of file shader_graph.h.
References socket_type.
Referenced by ConstantFolder::bypass(), ShaderGraph::connect(), and ShaderGraph::dump_graph().
|
inline |
Definition at line 129 of file shader_graph.h.
References socket_type.
Referenced by ShaderGraph::connect().
| vector<ShaderInput *> ShaderOutput::links |
Definition at line 138 of file shader_graph.h.
Referenced by AttributeNode::attributes(), HairInfoNode::attributes(), ShaderGraph::clean(), ShaderGraph::connect(), disconnect(), MapRangeNode::expand(), MathNode::expand(), VolumeInfoNode::expand(), ShaderGraph::relink(), and ShaderGraph::relink().
| ShaderNode* ShaderOutput::parent |
Definition at line 137 of file shader_graph.h.
Referenced by ConstantFolder::bypass(), SVMCompiler::compile_type(), ShaderGraph::connect(), ImageTextureNode::cull_tiles(), LightManager::device_update_background(), ShaderGraph::finalize(), SVMCompiler::generate_multi_closure(), SubsurfaceScatteringNode::has_bssrdf_bump(), BsdfBaseNode::has_bump(), ShaderGraph::optimize_volume_output(), ShaderOutput(), and ShaderGraph::transform_multi_closure().
| const SocketType& ShaderOutput::socket_type |
Definition at line 136 of file shader_graph.h.
Referenced by name(), ShaderOutput(), and type().
| int ShaderOutput::stack_offset = SVM_STACK_INVALID |
Definition at line 139 of file shader_graph.h.