コード例 #1
0
 public static void VertexAttrib4(Int32 index, Vector4 v)
 {
     GL.VertexAttrib4(index, v.X, v.Y, v.Z, v.W);
 }