]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/resolve.h
Resolve function calls where argument types need to be converted
[libs/gl.git] / source / glsl / resolve.h
index 2416502cf23f713e8f5f2f8a5de11391195250d2..69c877fc6e542e24a5fd9edaf382662e2a83243d 100644 (file)
@@ -156,6 +156,8 @@ public:
        bool apply(Stage &);
 
 private:
+       static bool can_convert_arguments(const FunctionCall &, const FunctionDeclaration &);
+
        virtual void visit(FunctionCall &);
        virtual void visit(FunctionDeclaration &);
 };