CHuiTextureManager::SLoadQueueEntry Struct Reference

struct CHuiTextureManager::SLoadQueueEntry

Temporary asynchronous load entry for textures.

Member Data Documentation

CImageDecoder * iDecoder

CImageDecoder * iDecoder

Image decoder to load bitmap images.

TBool iHasAlpha

TBool iHasAlpha

The image being loaded has an alpha channel.

CTextureEntry * iLoading

CTextureEntry * iLoading

The texture entry that is being loaded.

TSize iOriginalSize

TSize iOriginalSize

The original, non-downscaled size of the image.

TBool iUnloaded

TBool iUnloaded

True, if the texture was already unloaded before it finished loading.