glsl: fix the type of ir_constant_data::u16
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5746>
This commit is contained in:
@@ -2214,7 +2214,7 @@ union ir_constant_data {
|
||||
bool b[16];
|
||||
double d[16];
|
||||
uint16_t f16[16];
|
||||
int16_t u16[16];
|
||||
uint16_t u16[16];
|
||||
int16_t i16[16];
|
||||
uint64_t u64[16];
|
||||
int64_t i64[16];
|
||||
|
Reference in New Issue
Block a user