Kaynağa Gözat

mesa: minor error msg improvement

tags/mesa_20090313
Brian Paul 16 yıl önce
ebeveyn
işleme
803504e69f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      src/mesa/main/teximage.c

+ 2
- 1
src/mesa/main/teximage.c Dosyayı Görüntüle

@@ -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…
İptal
Kaydet