Browse Source

GL: remove redundant ifdefs.

findsdl-include-root
Vladimír Vondruš 7 years ago
parent
commit
9d937ad3c8
  1. 2
      src/Magnum/GL/TextureFormat.h

2
src/Magnum/GL/TextureFormat.h

@ -82,9 +82,7 @@ enum class TextureFormat: GLenum {
#else
R8 = GL_R8_EXT,
#endif
#endif
#if !(defined(MAGNUM_TARGET_WEBGL) && defined(MAGNUM_TARGET_GLES2))
/**
* Red and green component, normalized unsigned, size
* implementation-dependent. Not allowed in unemulated

Loading…
Cancel
Save