Source/Urho3D/Resource/Image.h File Reference
Image.h File Reference
Include dependency graph for Image.h:
This graph shows which files directly or indirectly include this file:
Classes | |
struct | Urho3D::CompressedLevel |
Compressed image mip level. More... | |
class | Urho3D::Image |
Image resource. More... | |
Enumerations | |
enum | Urho3D::CompressedFormat { CF_NONE = 0, CF_RGBA, CF_DXT1, CF_DXT3, CF_DXT5, CF_ETC1, CF_ETC2_RGB, CF_ETC2_RGBA, CF_PVRTC_RGB_2BPP, CF_PVRTC_RGBA_2BPP, CF_PVRTC_RGB_4BPP, CF_PVRTC_RGBA_4BPP } |
Supported compressed image formats. | |
Variables | |
static const int | Urho3D::COLOR_LUT_SIZE = 16 |