Cycles: Add utility function to query graph node size in bytes

This commit is contained in:
2018-07-27 11:40:44 +02:00
parent 9a080d2ea6
commit 709b36e43b
2 changed files with 84 additions and 4 deletions

View File

@@ -92,6 +92,9 @@ struct Node
/* compute hash of node and its socket values */
void hash(MD5Hash& md5);
/* Get total size of this node. */
size_t get_total_size_in_bytes() const;
ustring name;
const NodeType *type;
};