mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
nir/spirv: Move a "}"
It's closing a "{" at the begining of a switch case.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
This commit is contained in:
parent
0673bbfd9b
commit
cc577ca377
1 changed files with 1 additions and 1 deletions
|
|
@ -1490,10 +1490,10 @@ vtn_handle_variables(struct vtn_builder *b, SpvOp opcode,
|
|||
*/
|
||||
vtn_foreach_decoration(b, interface_type->val, var_decoration_cb, var);
|
||||
break;
|
||||
}
|
||||
|
||||
case vtn_variable_mode_param:
|
||||
unreachable("Not created through OpVariable");
|
||||
}
|
||||
|
||||
case vtn_variable_mode_ubo:
|
||||
case vtn_variable_mode_ssbo:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue