cohtml::SystemCacheStats::ImageCacheStats::ImageData
#include <System.h>
Public Types #
| Name |
---|
enum | ImageState { InternalError, Loading, Decoded, OnGPU, ReadError, DecodeError} |
Public Attributes #
Public Types Documentation #
enum ImageState #
Enumerator | Value | Description |
---|
InternalError | | |
Loading | | |
Decoded | | Image data has been read & decoded. |
OnGPU | | |
ReadError | | |
DecodeError | | |
Public Attributes Documentation #
variable Name #
const char * Name;
variable Id #
unsigned Id;
variable SizeBytes #
unsigned SizeBytes;
variable ContentRectSizeBytes #
unsigned ContentRectSizeBytes;
variable ViewClientsCount #
unsigned ViewClientsCount;
variable ViewClients #
unsigned * ViewClients;
variable UserTexturePtr #
void * UserTexturePtr;
variable State #
ImageState State;