|
|
|
@ -34,10 +34,6 @@ |
|
|
|
#include "Magnum/GL/OpenGL.h" |
|
|
|
#include "Magnum/GL/OpenGL.h" |
|
|
|
#include "Magnum/GL/visibility.h" |
|
|
|
#include "Magnum/GL/visibility.h" |
|
|
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
|
|
|
|
#include <Corrade/Utility/Macros.h> |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Magnum { namespace GL { |
|
|
|
namespace Magnum { namespace GL { |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
@ -953,14 +949,6 @@ enum class TextureFormat: GLenum { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
R3G3B2 = GL_R3_G3_B2, |
|
|
|
R3G3B2 = GL_R3_G3_B2, |
|
|
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_BUILD_DEPRECATED |
|
|
|
|
|
|
|
/** RGB, normalized unsigned, red and green component 3bit, blue 2bit.
|
|
|
|
|
|
|
|
* @m_deprecated_since{2019,10} This one had a misleading typo in the name, |
|
|
|
|
|
|
|
* use @ref TextureFormat::R3G3B2 instead. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
R3B3G2 CORRADE_DEPRECATED_ENUM("use R3G3B2 instead") = R3G3B2, |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* RGB, each component normalized unsigned 4bit. |
|
|
|
* RGB, each component normalized unsigned 4bit. |
|
|
|
* @requires_gl Packed 12bit types are not available in OpenGL ES or WebGL. |
|
|
|
* @requires_gl Packed 12bit types are not available in OpenGL ES or WebGL. |
|
|
|
|