Should this program use the texture map_ambient?

Property definitions

gamnit $ BlinnPhongProgram :: use_map_ambient
	# Should this program use the texture `map_ambient`?
	var use_map_ambient = uniforms["use_map_ambient"].as(UniformBool) is lazy
lib/gamnit/depth/more_materials.nit:539,2--540,74