Browse Source

Doc++

pull/68/head
Vladimír Vondruš 12 years ago
parent
commit
80cab864b2
  1. 2
      src/Magnum/Math/Geometry/Rectangle.h
  2. 8
      src/Magnum/SampleQuery.h

2
src/Magnum/Math/Geometry/Rectangle.h

@ -27,7 +27,7 @@
/** @file
* @brief Class @ref Magnum::Math::Geometry::Rectangle
* @deprecated Use @ref Math/Range.h instead.
* @deprecated Use @ref Magnum/Math/Range.h instead.
*/
#include "Magnum/Math/Range.h"

8
src/Magnum/SampleQuery.h

@ -129,14 +129,14 @@ class SampleQuery: public AbstractQuery {
NoWait = GL_QUERY_NO_WAIT,
/**
* The same as Wait, but regions untouched by the sample query may
* not be rendered at all.
* The same as @ref ConditionalRenderMode::Wait, but regions
* untouched by the sample query may not be rendered at all.
*/
ByRegionWait = GL_QUERY_BY_REGION_WAIT,
/**
* The same as NoWait, but regions untouched by the sample query
* may not be rendered at all.
* The same as @ref ConditionalRenderMode::NoWait, but regions
* untouched by the sample query may not be rendered at all.
*/
ByRegionNoWait = GL_QUERY_BY_REGION_NO_WAIT
};

Loading…
Cancel
Save