X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fdebug.h;h=b2de993da648e39a06a8f8f93d03c112b596cd39;hb=085ebad01690fafedeafe4bfe8421c9588f0238e;hp=b377b84488a5cd897645f63ad728d80337262858;hpb=4c805f55d89919d6971d600102ab4d6d65d56dc3;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 &);