]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/validate.h
Validate return types of overloaded functions
[libs/gl.git] / source / glsl / validate.h
index 9477b67d70cb7a7ecc9acc38ad81e76d81af1c97..a8c6f11c6a8e12602431abb6fd22a93b280e55fd 100644 (file)
@@ -48,6 +48,7 @@ private:
 
        std::map<Block *, BlockDeclarationMap> declarations;
        std::map<std::string, InterfaceBlock *> interface_blocks;
+       std::map<std::string, FunctionDeclaration *> overloaded_functions;
        bool anonymous_block;
 
 public: