Coordinates on the textures, per vertex

Property definitions

gamnit $ BlinnPhongProgram :: tex_coord
	# Coordinates on the textures, per vertex
	var tex_coord = attributes["tex_coord"].as(AttributeVec2) is lazy
lib/gamnit/depth/more_materials.nit:566,2--567,66