Notify the GPU to use this program

Property definitions

gamnit $ GamnitProgram :: use
	# Notify the GPU to use this program
	fun use
	do
		var gl_program = gl_program
		assert gl_program != null # TODO error not compiled, or compile it
		glUseProgram gl_program
	end
lib/gamnit/programs.nit:471,2--477,4