mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 05:28:05 +02:00
mesa: glsl: remove old assertion (fixes glsl/bitmap.c)
This commit is contained in:
parent
40f7e5f674
commit
1bdb134570
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ emit_tex(slang_emit_info *emitInfo, slang_ir_node *n)
|
|||
storage_to_dst_reg(&inst->DstReg, n->Store, n->Writemask);
|
||||
|
||||
/* Child[1] is the coord */
|
||||
assert(n->Children[1]->Store->File != PROGRAM_UNDEFINED);
|
||||
/*assert(n->Children[1]->Store->File != PROGRAM_UNDEFINED);*/
|
||||
assert(n->Children[1]->Store->Index >= 0);
|
||||
storage_to_src_reg(&inst->SrcReg[0], n->Children[1]->Store);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue