mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
added PSIZE
This commit is contained in:
parent
890125d3ad
commit
ac394414fc
1 changed files with 2 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ static const char *TGSI_SEMANTICS[] =
|
|||
"SEMANTIC_COLOR",
|
||||
"SEMANTIC_BCOLOR",
|
||||
"SEMANTIC_FOG",
|
||||
"SEMANTIC_PSIZE",
|
||||
"SEMANTIC_GENERIC,"
|
||||
};
|
||||
|
||||
|
|
@ -214,6 +215,7 @@ static const char *TGSI_SEMANTICS_SHORT[] =
|
|||
"COLOR",
|
||||
"BCOLOR",
|
||||
"FOG",
|
||||
"PSIZE",
|
||||
"GENERIC",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue