mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 07:00:11 +01:00
tgsi: fixup the string of VS_WINDOW_SPACE_POSITION
Tested-by: Nick Sarnie <commendsarnex@gmail.com>
This commit is contained in:
parent
7c5707bd4a
commit
ad54b01896
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =
|
|||
"FS_DEPTH_LAYOUT",
|
||||
"VS_PROHIBIT_UCPS",
|
||||
"GS_INVOCATIONS",
|
||||
"VS_POSITION_WINDOW_SPACE"
|
||||
"VS_WINDOW_SPACE_POSITION"
|
||||
};
|
||||
|
||||
const char *tgsi_return_type_names[TGSI_RETURN_TYPE_COUNT] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue