updated comment

This commit is contained in:
Brian Paul 2006-03-01 02:09:40 +00:00
parent 6d4284e2bf
commit 9b8059e536

View file

@ -76,7 +76,9 @@ _mesa_Accum( GLenum op, GLfloat value )
}
if (ctx->DrawBuffer != ctx->ReadBuffer) {
/* See GLX_SGI_make_current_read or WGL_ARB_make_current_read */
/* See GLX_SGI_make_current_read or WGL_ARB_make_current_read,
* or GL_EXT_framebuffer_blit.
*/
_mesa_error(ctx, GL_INVALID_OPERATION,
"glAccum(different read/draw buffers)");
return;