diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index f5f9826a27c..00e5028d27b 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -470,7 +470,7 @@ typedef struct nir_variable { * * For array types, this represents the binding point for the first element. */ - int binding; + unsigned binding; /** * Location an atomic counter or transform feedback is stored at. |