|
|
|
@ -134,16 +134,16 @@ class MAGNUM_EXPORT AbstractImage { |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Integer green channel. |
|
|
|
* Integer green channel. |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl Only @ref Format "Format::RedInteger" is available |
|
|
|
* @requires_gl Only @ref Magnum::AbstractImage::Format "Format::RedInteger" |
|
|
|
* in OpenGL ES 3.0, only floating-point image data are |
|
|
|
* is available in OpenGL ES 3.0, only floating-point image |
|
|
|
* available in OpenGL ES 2.0. |
|
|
|
* data are available in OpenGL ES 2.0. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
GreenInteger = GL_GREEN_INTEGER, |
|
|
|
GreenInteger = GL_GREEN_INTEGER, |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Integer blue channel. |
|
|
|
* Integer blue channel. |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl Only @ref Format "Format::RedInteger" is available |
|
|
|
* @requires_gl Only @ref Magnum::AbstractImage::Format "Format::RedInteger" is available |
|
|
|
* in OpenGL ES 3.0, only floating-point image data are |
|
|
|
* in OpenGL ES 3.0, only floating-point image data are |
|
|
|
* available in OpenGL ES 2.0. |
|
|
|
* available in OpenGL ES 2.0. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@ -179,18 +179,18 @@ class MAGNUM_EXPORT AbstractImage { |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Integer BGR. |
|
|
|
* Integer BGR. |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl Only @ref Format "Format::RGBInteger" is available |
|
|
|
* @requires_gl Only @ref Magnum::AbstractImage::Format "Format::RGBInteger" |
|
|
|
* in OpenGL ES 3.0, only floating-point image data are |
|
|
|
* is available in OpenGL ES 3.0, only floating-point image |
|
|
|
* available in OpenGL ES 2.0. |
|
|
|
* data are available in OpenGL ES 2.0. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
BGRInteger = GL_BGR_INTEGER, |
|
|
|
BGRInteger = GL_BGR_INTEGER, |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Integer BGRA. |
|
|
|
* Integer BGRA. |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl30 %Extension @extension{EXT,texture_integer} |
|
|
|
* @requires_gl Only @ref Format "Format::RGBAInteger" is |
|
|
|
* @requires_gl Only @ref Magnum::AbstractImage::Format "Format::RGBAInteger" |
|
|
|
* available in OpenGL ES 3.0, only floating-point image data |
|
|
|
* is available in OpenGL ES 3.0, only floating-point image |
|
|
|
* are available in OpenGL ES 2.0. |
|
|
|
* data are available in OpenGL ES 2.0. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
BGRAInteger = GL_BGRA_INTEGER, |
|
|
|
BGRAInteger = GL_BGRA_INTEGER, |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|