]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/resolve.h
Move some type information functions to glsl/reflect.cpp
[libs/gl.git] / source / glsl / resolve.h
index 9e1d4f51c8dd8a6f75f3bd601a45532bdf439917..2416502cf23f713e8f5f2f8a5de11391195250d2 100644 (file)
@@ -119,10 +119,6 @@ public:
        bool apply(Stage &);
 
 private:
-       static bool is_scalar(BasicTypeDeclaration &);
-       static bool is_vector_or_matrix(BasicTypeDeclaration &);
-       static BasicTypeDeclaration *get_element_type(BasicTypeDeclaration &);
-       static bool can_convert(BasicTypeDeclaration &, BasicTypeDeclaration &);
        static Compatibility get_compatibility(BasicTypeDeclaration &, BasicTypeDeclaration &);
        BasicTypeDeclaration *find_type(BasicTypeDeclaration::Kind, unsigned);
        BasicTypeDeclaration *find_type(BasicTypeDeclaration &, BasicTypeDeclaration::Kind, unsigned);