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