Public Member Functions | |
IA_CONSTRUCTOR void | IATextureDelegate_make (IATextureDelegate *, IATextureDelegateAttributes *attributes) |
static void | IATextureDelegate_onBitmapUsageBegin (const IATextureDelegate *this, IABitmap *bitmap) |
static void | IATextureDelegate_onBitmapUsageEnd (const IATextureDelegate *this, IABitmap *bitmap) |
Data Fields | |
void * | correspondingObject |
void(* | onBitmapUsageBegin )(void *correspondingObject, IABitmap *bitmap) |
void(* | onBitmapUsageEnd )(void *correspondingObject, IABitmap *bitmap) |
IA_CONSTRUCTOR void IATextureDelegate_make | ( | IATextureDelegate * | , |
IATextureDelegateAttributes * | attributes | ||
) |
|
inline |
|
inline |
void* IATextureDelegate::correspondingObject |
void(* IATextureDelegate::onBitmapUsageBegin) (void *correspondingObject, IABitmap *bitmap) |
void(* IATextureDelegate::onBitmapUsageEnd) (void *correspondingObject, IABitmap *bitmap) |