glesv2 :: GLCapabilities :: stencil_test
Foreign: GL_STENCIL_TEST
	# GL capability: do stencil testing and update the stencil buffer
	#
	# Foreign: GL_STENCIL_TEST
	var stencil_test: GLCap is lazy do return new GLCap(0x0B90)
					lib/glesv2/glesv2.nit:1135,2--1138,60