|
|
|
|
@ -51,6 +51,7 @@ bool AbstractQuery::resultAvailable() {
|
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
|
template<> bool AbstractQuery::result<bool>() { |
|
|
|
|
/** @todo Re-enable when extension wrangler is available for ES */ |
|
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
|
@ -92,6 +93,7 @@ template<> Long AbstractQuery::result<Long>() {
|
|
|
|
|
return result; |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
|
Query::Query(): target(nullptr) {} |
|
|
|
|
|