OpenGL handle to this texture

Property definitions

gamnit $ Texture :: gl_texture
	# OpenGL handle to this texture
	fun gl_texture: Int do return root.gl_texture
lib/gamnit/textures.nit:77,2--78,46

gamnit $ RootTexture :: gl_texture
	redef var gl_texture = -1
lib/gamnit/textures.nit:226,2--26