예제 #1
0
 public static void VertexAttrib3(Int32 index, Vector3 v)
 {
     GL.VertexAttrib3(index, v.X, v.Y, v.Z);
 }