X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;h=c3e9c701075b87974a7e5101ad635bf0bf8e5d8b;hb=6f06479b765946bdd3174b2c05e7a1dda24c31c2;hp=da888198414f8a7d891a7884a5ddbedd45d7b4cd;hpb=2280a09a286bbff2eb41783f8023863f320a3736;p=libs%2Fgl.git 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 &);