mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
ir_to_mesa: Don't assert that we can't assign matrices. It should work now.
This commit is contained in:
parent
9968f1b23c
commit
69676fc6a3
1 changed files with 0 additions and 1 deletions
|
|
@ -1270,7 +1270,6 @@ ir_to_mesa_visitor::visit(ir_assignment *ir)
|
|||
struct ir_to_mesa_src_reg r;
|
||||
int i;
|
||||
|
||||
assert(!ir->lhs->type->is_matrix());
|
||||
assert(!ir->lhs->type->is_array());
|
||||
assert(ir->lhs->type->base_type != GLSL_TYPE_STRUCT);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue