Copies the fields of o into this instance and returns this.
o
this
@override ShaderD setD(ShaderD o) { id = o.id; locs = .from(o.locs); return this; }