GL capability: discard fragments that are outside the scissor rectangle

Foreign: GL_SCISSOR_TEST

Property definitions

glesv2 $ GLCapabilities :: scissor_test
	# GL capability: discard fragments that are outside the scissor rectangle
	#
	# Foreign: GL_SCISSOR_TEST
	var scissor_test: GLCap is lazy do return new GLCap(0x0C11)
lib/glesv2/glesv2.nit:1130,2--1133,60