Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
やあ、libgdx の wiki で基本的なチュートリアルを進めているのですが、次の行に混乱しています。
new VertexAttribute(Usage.Position, 3, "a_position"));
文字列「a_position」は何に使用されますか?
VertexAttributeのドキュメントを参照してください