Browse Source

Removed @todo (deprecated in GLES 3.0).

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
a22bbc9e15
  1. 2
      src/AbstractTexture.h

2
src/AbstractTexture.h

@ -234,8 +234,6 @@ class MAGNUM_EXPORT AbstractTexture {
*
* For more information about default values for unused components and
* normalization see enums Components and ComponentType.
* @todo ES2 - GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_ALPHA? They are
* deprecated everywhere else.
*/
enum class Format: GLenum {
#ifndef MAGNUM_TARGET_GLES

Loading…
Cancel
Save