SoComputeShaderSchedulerPolicies Enumeration |
Scheduling Policies.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
EACH_FRAME | 0 | The computation is executed each time this node is traversed by a rendering action. | |
ON_TRIGGER | 1 | The computation is executed only if the OIV.Inventor.Nodes.SoComputeShaderScheduler.trigger field is touched. |