|
Blender V4.3
|
#include <NOD_node_in_compute_context.hh>
Public Member Functions | |
| uint64_t | hash () const |
| ComputeContextHash | context_hash () const |
Public Attributes | |
| const ComputeContext * | context = nullptr |
| const bNodeSocket * | socket = nullptr |
Utility struct to pair a socket with a compute context. This unique identifies a socket in a node-tree evaluation.
Definition at line 45 of file NOD_node_in_compute_context.hh.
|
inline |
Definition at line 54 of file NOD_node_in_compute_context.hh.
References blender::ComputeContextHash::hash().
Referenced by hash().
|
inline |
Definition at line 49 of file NOD_node_in_compute_context.hh.
References context_hash(), and blender::get_default_hash().
| const ComputeContext* blender::nodes::SocketInContext::context = nullptr |
Definition at line 46 of file NOD_node_in_compute_context.hh.
| const bNodeSocket* blender::nodes::SocketInContext::socket = nullptr |
Definition at line 47 of file NOD_node_in_compute_context.hh.
Referenced by blender::nodes::inverse_eval::backpropagate_socket_values(), blender::nodes::inverse_eval::propagate_socket_elem(), and blender::nodes::inverse_eval::propagate_value_elem_filtered().