OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::ImageCodec::ImageData Class Reference

Codec return class for images. More...

#include <OgreImageCodec.h>

Public Member Functions

 ImageData ()
 

Public Attributes

uint32 depth
 
uint flags
 
PixelFormat format
 
uint32 height
 
uint32 num_mipmaps
 
size_t size
 
uint32 width
 

Detailed Description

Codec return class for images.

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

Constructor & Destructor Documentation

◆ ImageData()

Ogre::ImageCodec::ImageData::ImageData ( )
inline

Member Data Documentation

◆ height

uint32 Ogre::ImageCodec::ImageData::height

◆ width

uint32 Ogre::ImageCodec::ImageData::width

◆ depth

uint32 Ogre::ImageCodec::ImageData::depth

◆ size

size_t Ogre::ImageCodec::ImageData::size

◆ num_mipmaps

uint32 Ogre::ImageCodec::ImageData::num_mipmaps

◆ flags

uint Ogre::ImageCodec::ImageData::flags

◆ format

PixelFormat Ogre::ImageCodec::ImageData::format

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