stepRate
The number of instances that share the same per-instance vertex data.
Declaration
var stepRate: IntDiscussion
Used together with stepFunction. When stepFunction is .perInstance, the vertex shader advances to the next entry in this layout once per stepRate instances. Defaults to 1.