Not all attached images have the same width and height

Property definitions

glesv2 :: glesv2 $ Sys :: gl_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
# Not all attached images have the same width and height
fun gl_FRAMEBUFFER_INCOMPLETE_DIMENSIONS: GLFramebufferStatus `{
	return GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS;
`}
lib/glesv2/glesv2.nit:1017,1--1020,2