Extensions to OpenGL ES 2.0 supported by the current configuration

Property definitions

gamnit $ GamnitDisplay :: gl_extensions=
	# Extensions to OpenGL ES 2.0 supported by the current configuration
	var gl_extensions: Array[String] is lazy do return glGetString(gl_EXTENSIONS).split(' ')
lib/gamnit/display.nit:77,2--78,89