Shader.bind_attribute

Shader.bind_attribute(name, value, step=3)[source]

Bind a named attribute to a buffer.

Parameters:
namestr

The name of the attribute.

valueAny

The buffer to bind to the attribute.

stepint, optional

The step size of the attribute.