mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
SQUASH: Use the enum for the variable mode
This commit is contained in:
parent
30c4678f64
commit
f521a3c543
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ typedef struct {
|
|||
*
|
||||
* \sa nir_variable_mode
|
||||
*/
|
||||
unsigned mode:4;
|
||||
nir_variable_mode mode:4;
|
||||
|
||||
/**
|
||||
* Interpolation mode for shader inputs / outputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue