X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.h;fp=source%2Fcore%2Fvertexsetup.h;h=51183af52b64a1e3b9d521511a255215cb626955;hp=06422a08c006b7953136a17ed4cbe218350d04ae;hb=a5a26e4e2eb2d0b05c3531b667411be657ac74f1;hpb=edd5491943fe7aba6e6865cf53a02da682071a55 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 &); };