diff options
-rw-r--r-- | src/mesa/shader/slang/slang_emit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/slang/slang_emit.c b/src/mesa/shader/slang/slang_emit.c index f0bcb7a0aee..e58256c9f1b 100644 --- a/src/mesa/shader/slang/slang_emit.c +++ b/src/mesa/shader/slang/slang_emit.c @@ -99,6 +99,7 @@ static slang_ir_info IrInfo[] = { { IR_TEXP, "IR_TEXP", OPCODE_TXP, 4, 1 }, { IR_FLOAT, "IR_FLOAT", 0, 0, 0 }, { IR_FIELD, "IR_FIELD", 0, 0, 0 }, + { IR_ELEMENT, "IR_ELEMENT", 0, 0, 0 }, { IR_NOP, NULL, OPCODE_NOP, 0, 0 } }; |