Set vector as an attribute.
auto v = ar.Vector!(float, 3)(1.0, 2.0, 3.0); shader.setAttrib("v", v);
See Implementation
Set vector as an attribute.