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=06422a08c006b7953136a17ed4cbe218350d04ae;hp=dceb79876910cdf60d76990ecba25e73992d82d9;hb=fcde8390ad577fe434dcd4b29e0f410d29f867c9;hpb=7f0e08f04536bf42b8f64e7dff5cc3e18b916c7b 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