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

Property definitions

gamnit $ AttributeFloat :: uniform
	# Set the uniform value to use when the vertex array is disabled
	fun uniform(x: Float) do if is_active then glVertexAttrib1f(location, x)
lib/gamnit/programs.nit:113,2--114,73