mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
mesa: fix incorrect error string
This commit is contained in:
parent
9c5d15e929
commit
ca7510bbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -3274,7 +3274,7 @@ compressedteximage(struct gl_context *ctx, GLuint dims,
|
|||
border, imageSize, &reason);
|
||||
|
||||
if (error) {
|
||||
_mesa_error(ctx, error, "glTexImage2D(%s)", reason);
|
||||
_mesa_error(ctx, error, "glCompressedTexImage%uD(%s)", dims, reason);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue