Blender  V2.93
Public Attributes | List of all members
bNodeExec Struct Reference

#include <node_exec.h>

Public Attributes

struct bNodenode
 
bNodeExecData data
 
NodeFreeExecFunction free_exec_fn
 

Detailed Description

Definition at line 45 of file node_exec.h.

Member Data Documentation

◆ data

bNodeExecData bNodeExec::data

◆ free_exec_fn

NodeFreeExecFunction bNodeExec::free_exec_fn

Free function, stored in exec itself to avoid dangling node pointer access.

Definition at line 51 of file node_exec.h.

Referenced by ntree_exec_begin(), and ntree_exec_end().

◆ node

struct bNode* bNodeExec::node

Backpointer to node.

Definition at line 47 of file node_exec.h.

Referenced by ntree_exec_begin(), ntreeExecGPUNodes(), and ntreeExecThreadNodes().


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