X-Git-Url: https://git.cworth.org/git?p=apitrace;a=blobdiff_plain;f=cli%2Ftrace_analyzer.hpp;h=6e9140a78a1db75c99a808f6e455f8a365ec8c71;hp=ef89ad7a4eb0fc27a2f36d648b5da540fdcdb257;hb=166e4c0065829d26b2d0272335f983162d9ab4df;hpb=991740f0ddb74addbdccef4ea42a883c77a62cee diff --git a/cli/trace_analyzer.hpp b/cli/trace_analyzer.hpp index ef89ad7..6e9140a 100644 --- a/cli/trace_analyzer.hpp +++ b/cli/trace_analyzer.hpp @@ -29,6 +29,7 @@ #include #include "trace_callset.hpp" +#include "trim_callset.hpp" #include "trace_parser.hpp" typedef unsigned TrimFlags; @@ -58,7 +59,7 @@ private: std::map texture_map; - std::set required; + trim::CallSet required; bool transformFeedbackActive; bool framebufferObjectActive; @@ -109,5 +110,5 @@ public: /* Return a set of all the required calls, (both those calls added * explicitly with require() and those implicitly depended * upon. */ - std::set *get_required(void); + trim::CallSet *get_required(void); };