]> git.cworth.org Git - apitrace/blobdiff - gui/apitracecall.h
Show the currently bound fbos in the gui.
[apitrace] / gui / apitracecall.h
index dd69b0e4c9f2fbf7db7c0f37fecfb891fe890864..975c3f6bfc9e51f21cd2cdcafec71ecc701d87f8 100644 (file)
@@ -112,11 +112,13 @@ public:
     QVariantMap parameters() const;
     QStringList shaderSources() const;
     QList<ApiTexture> textures() const;
+    QList<ApiFramebuffer> framebuffers() const;
 
 private:
     QVariantMap m_parameters;
     QStringList m_shaderSources;
     QList<ApiTexture> m_textures;
+    QList<ApiFramebuffer> m_framebuffers;
 };
 Q_DECLARE_METATYPE(ApiTraceState);