osgEarth 2.1.1
|
#include <osgEarth/Common>
#include <osg/Image>
#include <osg/GL>
Go to the source code of this file.
Classes | |
class | osgEarth::ImageUtils |
class | osgEarth::ImageUtils::PixelReader |
class | osgEarth::ImageUtils::PixelWriter |
struct | osgEarth::ImageUtils::PixelVisitor< T > |
struct | osgEarth::ImageUtils::CopyImage |
Namespaces | |
namespace | osgEarth |
Defines | |
#define | OSGEARTH_IMAGEUTILS_H |
#define | GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB |
#define | GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC |
#define | GL_COMPRESSED_RED_GREEN_RGTC2_EXT 0x8DBD |
#define | GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT 0x8DBE |
#define | GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG 0x8C00 |
#define | GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG 0x8C01 |
#define | GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG 0x8C02 |
#define | GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG 0x8C03 |
#define GL_COMPRESSED_RED_GREEN_RGTC2_EXT 0x8DBD |
Definition at line 31 of file ImageUtils.
#define GL_COMPRESSED_RED_RGTC1_EXT 0x8DBB |
Definition at line 29 of file ImageUtils.
#define GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG 0x8C01 |
Definition at line 37 of file ImageUtils.
#define GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG 0x8C00 |
Definition at line 36 of file ImageUtils.
#define GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG 0x8C03 |
Definition at line 39 of file ImageUtils.
#define GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG 0x8C02 |
Definition at line 38 of file ImageUtils.
#define GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT 0x8DBE |
Definition at line 32 of file ImageUtils.
#define GL_COMPRESSED_SIGNED_RED_RGTC1_EXT 0x8DBC |
Definition at line 30 of file ImageUtils.
#define OSGEARTH_IMAGEUTILS_H |
Definition at line 21 of file ImageUtils.