Should this program use the texture map_bump?

Property definitions

gamnit $ BlinnPhongProgram :: use_map_bump
	# Should this program use the texture `map_bump`?
	var use_map_bump = uniforms["use_map_bump"].as(UniformBool) is lazy
lib/gamnit/depth/more_materials.nit:557,2--558,68