diff options
Diffstat (limited to 'src/glsl/ir_builder.h')
-rw-r--r-- | src/glsl/ir_builder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/ir_builder.h b/src/glsl/ir_builder.h index 429900bd18a..6a5f771193b 100644 --- a/src/glsl/ir_builder.h +++ b/src/glsl/ir_builder.h @@ -183,6 +183,7 @@ ir_expression *b2f(operand a); ir_expression *fma(operand a, operand b, operand c); ir_expression *lrp(operand x, operand y, operand a); +ir_expression *csel(operand a, operand b, operand c); ir_expression *bitfield_insert(operand a, operand b, operand c, operand d); ir_swizzle *swizzle(operand a, int swizzle, int components); |