]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Resolve the return types of functions
[libs/gl.git] / source / glsl / syntax.h
index 62c289d9fbb6ec48f61be268b7eec67072718e98..0379a91146c17c3cbb02680717bea4036bcfb83b 100644 (file)
@@ -404,6 +404,7 @@ struct FunctionDeclaration: Statement
        Block body;
 
        FunctionDeclaration *definition;
+       TypeDeclaration *return_type_declaration;
 
        FunctionDeclaration();
        FunctionDeclaration(const FunctionDeclaration &);