コード例 #1
0
 public static void VertexAttrib2(Int32 index, Vector2 v)
 {
     GL.VertexAttrib2(index, v.X, v.Y);
 }