glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.
[mesa.git] / src / compiler / glsl / standalone.h
index 5b387c52d28b7b261a921f4fcdc5be51291a37ca..648cedb70ab02d4249f18eb40d73b0ebe7594884 100644 (file)
@@ -34,6 +34,7 @@ struct standalone_options {
    int dump_hir;
    int dump_lir;
    int do_link;
+   int just_log;
 };
 
 struct gl_shader_program;