]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/generate.h
Move the StageType enum inside the Stage struct
[libs/gl.git] / source / glsl / generate.h
index aae570c4d7ad709e8f77cafc252c31b4cb2440cf..a09c552f1fd9f05c5329edabae112ece237017b0 100644 (file)
@@ -75,7 +75,7 @@ private:
 public:
        InterfaceGenerator();
 
-       static std::string get_out_prefix(StageType);
+       static std::string get_out_prefix(Stage::Type);
        virtual void apply(Stage &);
        using StageVisitor::visit;
        virtual void visit(Block &);