diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 70c6faaf156..b3b15bb08ed 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -410,8 +410,8 @@ public: */ const char *name; - /** Whether or not this function has a signature that is a built-in. */ - bool has_builtin_signature(); + /** Whether or not this function has a signature that isn't a built-in. */ + bool has_user_signature(); /** * List of ir_function_signature for each overloaded function with this name. |