mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
remove SEMANTIC_TEXCOORD
This commit is contained in:
parent
e9259ad0d7
commit
1199605088
1 changed files with 0 additions and 2 deletions
|
|
@ -205,7 +205,6 @@ static const char *TGSI_SEMANTICS[] =
|
|||
"SEMANTIC_COLOR",
|
||||
"SEMANTIC_BCOLOR",
|
||||
"SEMANTIC_FOG",
|
||||
"SEMANTIC_TEXCOORD",
|
||||
"SEMANTIC_GENERIC,"
|
||||
};
|
||||
|
||||
|
|
@ -215,7 +214,6 @@ static const char *TGSI_SEMANTICS_SHORT[] =
|
|||
"COLOR",
|
||||
"BCOLOR",
|
||||
"FOG",
|
||||
"TEXCOORD",
|
||||
"GENERIC",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue