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

Property definitions

gamnit $ AttributeVec2 :: uniform
	# Set the uniform value to use when the vertex array is disabled
	fun uniform(x, y: Float) do if is_active then glVertexAttrib2f(location, x, y)
lib/gamnit/programs.nit:121,2--122,79