public VertexArrayGL3x()
	    {
            _name = new VertexArrayNameGL3x();
            _attributes = new VertexBufferAttributesGL3x();
        }
 public VertexArrayGL3x()
 {
     _name       = new VertexArrayNameGL3x();
     _attributes = new VertexBufferAttributesGL3x();
 }