Blender  V3.3
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 29 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 35 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 31 of file node_exec.h.

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


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