Blender V5.0
blender::nodes::ClosureSourceLocation Struct Reference

#include <NOD_geometry_nodes_closure_location.hh>

Public Attributes

const bNodeTreetree
int closure_output_node_id
ComputeContextHash compute_context_hash
const ComputeContextcompute_context = nullptr

Detailed Description

Definition at line 24 of file NOD_geometry_nodes_closure_location.hh.

Member Data Documentation

◆ closure_output_node_id

int blender::nodes::ClosureSourceLocation::closure_output_node_id

◆ compute_context

const ComputeContext* blender::nodes::ClosureSourceLocation::compute_context = nullptr

Optional actual compute context. If it is set, its hash should be the same as above.

Definition at line 33 of file NOD_geometry_nodes_closure_location.hh.

Referenced by blender::ed::space_node::compute_context_for_zone().

◆ compute_context_hash

ComputeContextHash blender::nodes::ClosureSourceLocation::compute_context_hash

◆ tree

const bNodeTree* blender::nodes::ClosureSourceLocation::tree

Tree where the closure is created. Note that this may be an original or evaluated tree, depending on where it is used.

Definition at line 29 of file NOD_geometry_nodes_closure_location.hh.

Referenced by blender::ed::space_node::compute_context_for_zone().


The documentation for this struct was generated from the following file: