X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fresolve.h;fp=source%2Fglsl%2Fresolve.h;h=69c877fc6e542e24a5fd9edaf382662e2a83243d;hb=001cdc10d0e0b7e006a4dce5363a5c593e35b7ae;hp=2416502cf23f713e8f5f2f8a5de11391195250d2;hpb=523491787b2b0321748a53f139c1a4355d2f9e85;p=libs%2Fgl.git diff --git a/source/glsl/resolve.h b/source/glsl/resolve.h index 2416502c..69c877fc 100644 --- a/source/glsl/resolve.h +++ b/source/glsl/resolve.h @@ -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 &); };