Click or drag to resize
SoComputeShaderSchedulerPolicies Enumeration

Scheduling Policies.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Policies
Members
  Member nameValueDescription
EACH_FRAME0

The computation is executed each time this node is traversed by a rendering action.

ON_TRIGGER1

The computation is executed only if the OIV.Inventor.Nodes.SoComputeShaderScheduler.trigger field is touched.

See OIV.Inventor.Nodes.SoComputeShaderScheduler.trigger.

Remarks