mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
updated comment
This commit is contained in:
parent
6d4284e2bf
commit
9b8059e536
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue