]> git.cworth.org Git - apitrace/blobdiff - gui/apitracecall.h
Delete loadertest and cleanup some of the new api.
[apitrace] / gui / apitracecall.h
index 572b302b643ab23957cdf79c9851b19fdc0e0367..12b0216a6e6ee4763da8d915d4cabbbb12b42858 100644 (file)
@@ -169,6 +169,7 @@ public:
     const QList<ApiTexture> & textures() const;
     const QList<ApiFramebuffer> & framebuffers() const;
 
+    ApiFramebuffer colorBuffer() const;
 private:
     QVariantMap m_parameters;
     QMap<QString, QString> m_shaderSources;
@@ -329,7 +330,7 @@ public:
 
     int binaryDataSize() const;
 
-    bool loaded() const;
+    bool isLoaded() const;
     void setLoaded(bool l);
 
     void setLastCallIndex(unsigned index);