]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexsetup.h
Clear VertexSetup state when a Mesh is unloaded
[libs/gl.git] / source / core / vertexsetup.h
index 06422a08c006b7953136a17ed4cbe218350d04ae..51183af52b64a1e3b9d521511a255215cb626955 100644 (file)
@@ -56,6 +56,8 @@ public:
        void bind() const;
        static void unbind();
 
+       void unload();
+
        void set_debug_name(const std::string &);
 };