The combination of internal formats of the attached images violates an implementation-dependent set of restrictions

Property definitions

glesv2 :: glesv2 $ Sys :: gl_FRAMEBUFFER_UNSUPPORTED
# The combination of internal formats of the attached images violates an implementation-dependent set of restrictions
fun gl_FRAMEBUFFER_UNSUPPORTED: GLFramebufferStatus `{
	return GL_FRAMEBUFFER_UNSUPPORTED;
`}
lib/glesv2/glesv2.nit:1027,1--1030,2