mesa: add fragdata_arrays list to gl_shader
[mesa.git] / src / mesa / main / mtypes.h
index 34120cf5777a0761263006b1607ad5fa7373a474..10e158618f7790d755a941b0d99ef07b39349f96 100644 (file)
@@ -2292,6 +2292,7 @@ struct gl_shader
 
    struct exec_list *ir;
    struct exec_list *packed_varyings;
+   struct exec_list *fragdata_arrays;
    struct glsl_symbol_table *symbols;
 
    bool uses_builtin_functions;