Selaa lähdekoodia

mesa: minor error msg improvement

tags/mesa_20090313
Brian Paul 16 vuotta sitten
vanhempi
commit
803504e69f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      src/mesa/main/teximage.c

+ 2
- 1
src/mesa/main/teximage.c Näytä tiedosto

@@ -2168,7 +2168,8 @@ copytexsubimage_error_check2( GLcontext *ctx, GLuint dimensions,

if (!_mesa_source_buffer_exists(ctx, teximage->_BaseFormat)) {
_mesa_error(ctx, GL_INVALID_OPERATION,
"glCopyTexSubImage%dD(missing readbuffer)", dimensions);
"glCopyTexSubImage%dD(missing readbuffer, format=0x%x)",
dimensions, teximage->_BaseFormat);
return GL_TRUE;
}


Loading…
Peruuta
Tallenna