Set the uniform value to use when the vertex array is disabled

Property definitions

gamnit $ AttributeVec3 :: uniform
	# Set the uniform value to use when the vertex array is disabled
	fun uniform(x, y, z: Float) do if is_active then glVertexAttrib3f(location, x, y, z)
lib/gamnit/programs.nit:129,2--130,85