Set this uniform value

Property definitions

gamnit $ UniformVec2 :: uniform
	# Set this uniform value
	fun uniform(x, y: Float) do glUniform2f(location, x, y)
lib/gamnit/programs.nit:185,2--186,56