]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/finalize.h
Use type information in converting legacy texture sampling functions
[libs/gl.git] / source / glsl / finalize.h
index 21b4e316d0eec52ae34e5c5c050d15e024656bb7..e0904b2e40eab2272accfd1cf4c8e6d4972ac4fd 100644 (file)
@@ -36,7 +36,6 @@ class LegacyConverter: private TraversingVisitor
 private:
        Stage *stage;
        Features features;
-       std::string r_type;
        VariableDeclaration *frag_out;
        NodeList<Statement>::iterator uniform_insert_point;
        std::set<Node *> nodes_to_remove;