Add missing break statement
This commit is contained in:
parent
7d21104a8b
commit
ff236fa9b6
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ add_variable(const char *name, enum ir_variable_mode mode,
|
|||
case ir_var_inout:
|
||||
var->shader_in = true;
|
||||
var->shader_out = true;
|
||||
break;
|
||||
case ir_var_out:
|
||||
var->shader_out = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue