mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mesa: more info in _mesa_problem() call
This commit is contained in:
parent
4681a1d1ee
commit
fcb0d8968d
1 changed files with 3 additions and 1 deletions
|
|
@ -183,7 +183,9 @@ calculate_derived_texenv( struct gl_tex_env_combine_state *state,
|
|||
break;
|
||||
|
||||
default:
|
||||
_mesa_problem(NULL, "Invalid texBaseFormat in calculate_derived_texenv");
|
||||
_mesa_problem(NULL,
|
||||
"Invalid texBaseFormat 0x%x in calculate_derived_texenv",
|
||||
texBaseFormat);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue