]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/resolve.h
Add support for uint types in GLSL
[libs/gl.git] / source / glsl / resolve.h
index 69c877fc6e542e24a5fd9edaf382662e2a83243d..633ff11d27b4382e66ce6240847ac84907b54f5a 100644 (file)
@@ -120,7 +120,7 @@ public:
 
 private:
        static Compatibility get_compatibility(BasicTypeDeclaration &, BasicTypeDeclaration &);
-       BasicTypeDeclaration *find_type(BasicTypeDeclaration::Kind, unsigned);
+       BasicTypeDeclaration *find_type(BasicTypeDeclaration::Kind, unsigned, bool = true);
        BasicTypeDeclaration *find_type(BasicTypeDeclaration &, BasicTypeDeclaration::Kind, unsigned);
        void convert_to(RefPtr<Expression> &, BasicTypeDeclaration &);
        bool convert_to_element(RefPtr<Expression> &, BasicTypeDeclaration &);