compiler: make variable::data::binding unsigned
[mesa.git] / src / compiler / glsl / ir.h
index ecf4b691472b06fb3364e355ebf296906d8a88c4..93647f963f405121182aad17d13e80cb4cd265ad 100644 (file)
@@ -905,7 +905,7 @@ public:
        *
        * For array types, this represents the binding point for the first element.
        */
-      int16_t binding;
+      uint16_t binding;
 
       /**
        * Storage location of the base of this variable