GL capability: dither color components or indices before they are written to the color buffer

Foreign: GL_DITHER

Property definitions

glesv2 $ GLCapabilities :: dither=
	# GL capability: dither color components or indices before they are written to the color buffer
	#
	# Foreign: GL_DITHER
	var dither: GLCap is lazy do return new GLCap(0x0BE2)
lib/glesv2/glesv2.nit:1110,2--1113,54