diff options
Diffstat (limited to 'src/glsl/ir_builder.h')
-rw-r--r-- | src/glsl/ir_builder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/ir_builder.h b/src/glsl/ir_builder.h index c852849720f..d423fc5954d 100644 --- a/src/glsl/ir_builder.h +++ b/src/glsl/ir_builder.h @@ -125,6 +125,8 @@ ir_assignment *assign(deref lhs, operand rhs, int writemask); ir_assignment *assign(deref lhs, operand rhs, operand condition); ir_assignment *assign(deref lhs, operand rhs, operand condition, int writemask); +ir_return *ret(operand retval); + ir_expression *expr(ir_expression_operation op, operand a); ir_expression *expr(ir_expression_operation op, operand a, operand b); ir_expression *expr(ir_expression_operation op, operand a, operand b, operand c); |