Exemplo n.º 1
0
        public VertexArrayGL3x()
	    {
            _name = new VertexArrayNameGL3x();
            _attributes = new VertexBufferAttributesGL3x();
        }
Exemplo n.º 2
0
 public VertexArrayGL3x()
 {
     _name       = new VertexArrayNameGL3x();
     _attributes = new VertexBufferAttributesGL3x();
 }