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