]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/query_backend.h
Store query pool size separately, in the common part of the class
[libs/gl.git] / source / backends / opengl / query_backend.h
index 9365b24bc5ce4f5071d51061fb0425e7b84096b8..7bbbeb66a24037acf82894622c6d6882cba31407 100644 (file)
@@ -17,8 +17,7 @@ protected:
        OpenGLQueryPool(unsigned);
        ~OpenGLQueryPool();
 
-       void resize(unsigned);
-       unsigned get_size() const { return queries.size(); }
+       void resize();
 
        unsigned get_result(unsigned) const;
 };