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