X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fdebug.h;h=b2de993da648e39a06a8f8f93d03c112b596cd39;hb=50ab5ca;hp=b377b84488a5cd897645f63ad728d80337262858;hpb=e97feb2fdd27af970412eea6a03cc7270032a80b;p=libs%2Fgl.git diff --git a/source/glsl/debug.h b/source/glsl/debug.h index b377b844..b2de993d 100644 --- a/source/glsl/debug.h +++ b/source/glsl/debug.h @@ -36,6 +36,7 @@ private: void end_sub(); void annotated_branch(const std::string &, Node &); unsigned get_label(const Node &); + std::string format_type(TypeDeclaration *); template typename T::const_iterator increment(typename T::const_iterator &, const T &);