]> git.cworth.org Git - apitrace/blobdiff - gui/apisurface.h
Show the currently bound fbos in the gui.
[apitrace] / gui / apisurface.h
index 50dd5d0ce68c771a3d035cb9ea44f4471fb2ed6e..9cf2a96c34aa813697c9477beda893992586d6e4 100644 (file)
@@ -45,4 +45,17 @@ private:
     QString m_target;
 };
 
+class ApiFramebuffer : public ApiSurface
+{
+public:
+    ApiFramebuffer();
+
+    QString type() const;
+    void setType(const QString &str);
+
+private:
+    QString m_type;
+
+};
+
 #endif