mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
tgsi: use enum for property-name
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24002>
This commit is contained in:
parent
5ccf63dc9d
commit
e4b86e76cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1724,7 +1724,7 @@ parse_property_next_shader( const char **pcur, uint *next_shader )
|
|||
static bool parse_property( struct translate_ctx *ctx )
|
||||
{
|
||||
struct tgsi_full_property prop;
|
||||
uint property_name;
|
||||
enum tgsi_property_name property_name;
|
||||
uint values[8];
|
||||
uint advance;
|
||||
char id[64];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue