Updated glsl-optimizer.

This commit is contained in:
Бранимир Караџић 2020-11-21 00:28:09 -08:00
parent 8c18906d97
commit 3a29247501
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ void ir_print_glsl_visitor::visit(ir_texture *ir)
if (is_array && state->EXT_texture_array_enable)
buffer.asprintf_append ("Array");
if (ir->op == ir_tex && is_proj)
if ((ir->op == ir_tex || ir->op == ir_txl) && is_proj)
buffer.asprintf_append ("Proj");
if (ir->op == ir_txl)
buffer.asprintf_append ("Lod");