---
src/compiler/nir/nir.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index ab7ba14..1830165 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -297,7 +297,7 @@ typedef struct nir_variable {
bool restrict_flag;
/** Image internal format if specified explicitly, otherwise GL_NONE.
*/
- GLenum format;
+ enum gl_image_format format;
} image;
} data;
--
2.5.0.400.gff86faf
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev