Browse Source

Doc++

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
d3f66d1fcd
  1. 2
      src/Magnum/AbstractQuery.h

2
src/Magnum/AbstractQuery.h

@ -111,7 +111,7 @@ class MAGNUM_EXPORT AbstractQuery: public AbstractObject {
* @ref Int, @ref UnsignedLong or @ref Long.
*
* Note that this function is blocking until the result is available.
* See resultAvailable().
* See @ref resultAvailable().
* @attention @ref Magnum::UnsignedLong "UnsignedLong" and @ref Magnum::Long "Long"
* result type is not available in @ref MAGNUM_TARGET_WEBGL "WebGL".
* @see @fn_gl{GetQueryObject} with @def_gl{QUERY_RESULT}

Loading…
Cancel
Save