From: Jason Ekstrand Date: Wed, 26 Nov 2014 23:08:19 +0000 (-0800) Subject: SQUASH: Use the enum for the variable mode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f521a3c543ab1775603e1ad85c72e77812e039b5;p=mesa.git SQUASH: Use the enum for the variable mode --- diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index 7e9ddf755aa..b830361f64f 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -149,7 +149,7 @@ typedef struct { * * \sa nir_variable_mode */ - unsigned mode:4; + nir_variable_mode mode:4; /** * Interpolation mode for shader inputs / outputs