Browse Source

Doc++

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
325d139353
  1. 2
      src/Magnum/Texture.h

2
src/Magnum/Texture.h

@ -466,7 +466,7 @@ template<UnsignedInt dimensions> class Texture: public AbstractTexture {
* @return Reference to self (for method chaining)
*
* Comparison operator used when comparison mode is set to
* @ref CompareMode::CompareRefToTexture. If
* @ref Sampler::CompareMode::CompareRefToTexture. If
* @extension{EXT,direct_state_access} is not available, the texture is
* bound to some texture unit before the operation.
* @note Depth textures can be only 1D or 2D.

Loading…
Cancel
Save