mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
st/mesa: add switch case for ir_txf_ms to silence warning
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
2ea0e30bed
commit
0b6e72f8d7
1 changed files with 3 additions and 0 deletions
|
|
@ -2746,6 +2746,9 @@ glsl_to_tgsi_visitor::visit(ir_texture *ir)
|
|||
offset = this->result;
|
||||
}
|
||||
break;
|
||||
case ir_txf_ms:
|
||||
assert(!"Unexpected ir_txf_ms opcode");
|
||||
break;
|
||||
}
|
||||
|
||||
if (ir->projector) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue