X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;h=c3e9c701075b87974a7e5101ad635bf0bf8e5d8b;hp=da888198414f8a7d891a7884a5ddbedd45d7b4cd;hb=4e3c03e2b60f9d6a9b8ed69b7150eb91e2db2e34;hpb=2280a09a286bbff2eb41783f8023863f320a3736 diff --git a/source/glsl/debug.h b/source/glsl/debug.h index da888198..c3e9c701 100644 --- a/source/glsl/debug.h +++ b/source/glsl/debug.h @@ -38,6 +38,7 @@ private: public: std::string apply(Stage &); + std::string apply(Node &n) { n.visit(*this); return formatted; } private: void append(const std::string &);