From: Brian Paul Date: Wed, 7 Sep 2005 23:21:59 +0000 (+0000) Subject: new comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab8ef280ec1c435cd04a481f50cbc3cb6b024744;p=mesa.git new comment --- diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c index c170f917d9b..3980d09f8ae 100644 --- a/src/mesa/main/fbobject.c +++ b/src/mesa/main/fbobject.c @@ -1184,6 +1184,7 @@ _mesa_FramebufferRenderbufferEXT(GLenum target, GLenum attachment, } if (ctx->DrawBuffer->Name == 0) { + /* Can't attach new renderbuffers to a window system framebuffer */ _mesa_error(ctx, GL_INVALID_OPERATION, "glFramebufferRenderbufferEXT"); return; }