Set the float value of the bound uniform.
void set(double x, double y, double z, double w) { _xSlot.set(x); _ySlot.set(y); _zSlot.set(z); _wSlot.set(w); }