Set this uniform value

Property definitions

gamnit $ UniformBool :: uniform
	# Set this uniform value
	fun uniform(val: Bool) do uniform_1i(location, if val then 1 else 0)
lib/gamnit/programs.nit:161,2--162,69