Esempio n. 1
0
 GL45Query(const Query& query)
     : Parent(query, allocateQuery()) { }
Esempio n. 2
0
 GL45Query(const std::weak_ptr<gl::GLBackend>& backend, const Query& query)
     : Parent(backend, query, allocateQuery(), allocateQuery()) {
 }