Cleanup: Add comment for geometry nodes lazyness

This commit is contained in:
Hans Goudey 2022-07-19 09:54:20 -05:00
parent ad5e3d30a2
commit 3370c1a8a7
1 changed files with 4 additions and 0 deletions

View File

@ -314,6 +314,10 @@ typedef struct bNodeType {
/* Execute a geometry node. */
NodeGeometryExecFunction geometry_node_execute;
/**
* If true, the geometry nodes evaluator can call the execute function multiple times to improve
* performance by specifying required data in one call and using it for calculations in another.
*/
bool geometry_node_execute_supports_laziness;
/* Declares which sockets the node has. */