cohtml::SystemCacheStats::ImageCacheStats::ImageData

#include <System.h>

Public Types

Name
enumImageState { InternalError, Loading, Decoded, OnGPU, ReadError, DecodeError}

Public Attributes

Name
const char *Name
unsignedId
unsignedSizeBytes
unsignedContentRectSizeBytes
unsignedViewClientsCount
unsigned *ViewClients
void *UserTexturePtr
ImageStateState

Public Types Documentation

enum ImageState

EnumeratorValueDescription
InternalError
Loading
DecodedImage 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;