Browse Source

Fixed copypaste error.

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

2
src/AbstractTexture.h

@ -273,7 +273,7 @@ class MAGNUM_EXPORT AbstractTexture {
/** RTGC compressed red and green channel, signed normalized. */ /** RTGC compressed red and green channel, signed normalized. */
CompressedRtgcSignedRedGreen = GL_COMPRESSED_SIGNED_RG_RGTC2, CompressedRtgcSignedRedGreen = GL_COMPRESSED_SIGNED_RG_RGTC2,
#if defined(GL_RGB565) || defined(DOXYGEN_GENERATING_OUTPUT) #if defined(GL_COMPRESSED_RGBA_BPTC_UNORM) || defined(DOXYGEN_GENERATING_OUTPUT)
/** BTPC compressed RGBA, unsigned normalized. */ /** BTPC compressed RGBA, unsigned normalized. */
CompressedBtpcRGBA = GL_COMPRESSED_RGBA_BPTC_UNORM, CompressedBtpcRGBA = GL_COMPRESSED_RGBA_BPTC_UNORM,

Loading…
Cancel
Save