1 #ifndef MSP_GL_QUERY_BACKEND_H_
2 #define MSP_GL_QUERY_BACKEND_H_
11 friend class OpenGLCommands;
15 std::vector<unsigned> queries;
17 OpenGLQueryPool(unsigned);
22 unsigned get_result(unsigned) const;
25 using QueryPoolBackend = OpenGLQueryPool;
27 unsigned get_gl_query_type(unsigned);