Rebel Fork Framework
Urho3D::CompressedLevel Struct Reference

Compressed image mip level. More...

#include <Urho3D/Resource/Image.h>

Public Member Functions

bool Decompress (unsigned char *dest) const
 Decompress to RGBA. The destination buffer required is width * height * 4 bytes. Return true if successful.
 

Public Attributes

unsigned char * data_ {}
 Compressed image data.
 
TextureFormat format_ {}
 Compression format.
 
int width_ {}
 Width.
 
int height_ {}
 Height.
 
int depth_ {}
 Depth.
 
unsigned dataSize_ {}
 Total data size in bytes.
 

Detailed Description

Compressed image mip level.


The documentation for this struct was generated from the following files: