mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
nir/intrinsic: Allow up to four indices
This commit is contained in:
parent
b37c38c1ca
commit
5eccd0b4b9
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ typedef struct {
|
|||
*/
|
||||
uint8_t num_components;
|
||||
|
||||
int const_index[3];
|
||||
int const_index[4];
|
||||
|
||||
nir_deref_var *variables[2];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue