From: Jason Ekstrand Date: Wed, 26 Nov 2014 23:08:19 +0000 (-0800) Subject: SQUASH: Use the enum for the variable mode X-Git-Tag: upstream/17.1.0~21492 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f521a3c543ab1775603e1ad85c72e77812e039b5;p=platform%2Fupstream%2Fmesa.git SQUASH: Use the enum for the variable mode --- diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index 7e9ddf7..b830361 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