{{newin (日本語)|[[11.0 (日本語)|11.0]]|110|type=列挙型}}
The frequency at which a vertex shader fetches the vertex attribute's data from the Mesh when it's drawn.

Per-instance attributes can be used to render a Mesh many times with different positions, colors, or other attributes via a single [[love.graphics.drawInstanced]] call, without using the <code>love_InstanceID</code> vertex shader variable.

== 定数 ==
;pervertex: The vertex attribute will have a unique value for each vertex in the Mesh.
;perinstance: The vertex attribute will have a unique value for each [[love.graphics.drawInstanced|instance]] of the Mesh.

== 関連 ==
* [[parent::love.graphics (日本語)]]
* [[Mesh:attachAttribute (日本語)]]
* [[love.graphics.drawInstanced (日本語)]]
* [[parent::Mesh (日本語)]]

[[Category:Enums (日本語)]]
{{#set:Description=The frequency at which a vertex shader fetches the vertex attribute's data from the Mesh when it's drawn.}}
== そのほかの言語 ==
{{i18n (日本語)|VertexAttributeStep}}