mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
util/u_dump: Update texture target strings.
This commit is contained in:
parent
21e8af0b09
commit
f8436c17e4
1 changed files with 10 additions and 2 deletions
|
|
@ -262,7 +262,11 @@ util_dump_tex_target_names[] = {
|
|||
"PIPE_TEXTURE_1D",
|
||||
"PIPE_TEXTURE_2D",
|
||||
"PIPE_TEXTURE_3D",
|
||||
"PIPE_TEXTURE_CUBE"
|
||||
"PIPE_TEXTURE_CUBE",
|
||||
"PIPE_TEXTURE_RECT",
|
||||
"PIPE_TEXTURE_1D_ARRAY",
|
||||
"PIPE_TEXTURE_2D_ARRAY",
|
||||
"PIPE_TEXTURE_CUBE_ARRAY",
|
||||
};
|
||||
|
||||
static const char *
|
||||
|
|
@ -271,7 +275,11 @@ util_dump_tex_target_short_names[] = {
|
|||
"1d",
|
||||
"2d",
|
||||
"3d",
|
||||
"cube"
|
||||
"cube",
|
||||
"rect",
|
||||
"1d_array",
|
||||
"2d_array",
|
||||
"cube_array",
|
||||
};
|
||||
|
||||
DEFINE_UTIL_DUMP_CONTINUOUS(tex_target)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue