X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.h;h=51183af52b64a1e3b9d521511a255215cb626955;hb=bf6890e18cd497bc2abfdb7c4c42378059422c9e;hp=06422a08c006b7953136a17ed4cbe218350d04ae;hpb=fcde8390ad577fe434dcd4b29e0f410d29f867c9;p=libs%2Fgl.git diff --git a/source/core/vertexsetup.h b/source/core/vertexsetup.h index 06422a08..51183af5 100644 --- a/source/core/vertexsetup.h +++ b/source/core/vertexsetup.h @@ -56,6 +56,8 @@ public: void bind() const; static void unbind(); + void unload(); + void set_debug_name(const std::string &); };