Set as an attribute.
// Set variables to glsl attribute named "v". float a = 1.0; float b = 2.0; float c = 3.0; shader.setAttrib("v", a, b, c);
See Implementation
Set as an attribute.