remove SEMANTIC_TEXCOORD

This commit is contained in:
Brian 2007-09-21 11:22:34 -06:00
parent e9259ad0d7
commit 1199605088

View file

@ -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",
};