예제 #1
0
 public VertexCoder()
 {
     Layout = new VertexLayout();
     Layout.AddFloat("Position", 3);
     Layout.AddFloat("Normal", 3);
 }