loops
A Boolean value indicating whether the group loops.
Overview
The default value is false, in which the group executes its actions performCount number of times and then stops.
When true and type is serial, the group restarts its action sequence with the first action after the last action completes. When type is parallel, the runtime repeats each action independently.
Declaration
uniform bool loops = false