diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 0d5bbc20aa8..89922c6bbcd 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -695,6 +695,11 @@ public: } /** + * Set the function call target + */ + void set_callee(const ir_function_signature *sig); + + /** * Generates an inline version of the function before @ir, * returning the return value of the function. */ |