OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::ImageCodec2::ImageData2 Class Reference

Codec return class for images. More...

#include <OgreImageCodec2.h>

+ Inheritance diagram for Ogre::ImageCodec2::ImageData2:

Public Member Functions

 ImageData2 ()
 
 ~ImageData2 () override
 
String dataType () const override
 Returns the type of the data. More...
 
- Public Member Functions inherited from Ogre::Codec::CodecData
virtual ~CodecData ()
 

Public Attributes

TextureBox box
 
PixelFormatGpu format
 
bool freeOnDestruction
 
uint8 numMipmaps
 
TextureTypes::TextureTypes textureType
 

Detailed Description

Codec return class for images.

Has information about the size and the pixel format of the image.

Constructor & Destructor Documentation

◆ ImageData2()

Ogre::ImageCodec2::ImageData2::ImageData2 ( )
inline

◆ ~ImageData2()

Ogre::ImageCodec2::ImageData2::~ImageData2 ( )
inlineoverride

Member Function Documentation

◆ dataType()

String Ogre::ImageCodec2::ImageData2::dataType ( ) const
inlineoverridevirtual

Returns the type of the data.

Reimplemented from Ogre::Codec::CodecData.

Member Data Documentation

◆ box

TextureBox Ogre::ImageCodec2::ImageData2::box

◆ format

PixelFormatGpu Ogre::ImageCodec2::ImageData2::format

◆ freeOnDestruction

bool Ogre::ImageCodec2::ImageData2::freeOnDestruction

◆ numMipmaps

uint8 Ogre::ImageCodec2::ImageData2::numMipmaps

◆ textureType

TextureTypes::TextureTypes Ogre::ImageCodec2::ImageData2::textureType

The documentation for this class was generated from the following file: