|
Blender
V2.93
|
Public Attributes | |
| struct ImagePoolItem * | next |
| struct ImagePoolItem * | prev |
| Image * | image |
| ImBuf * | ibuf |
| int | index |
| int | entry |
| int ImagePoolItem::entry |
Definition at line 5165 of file image.c.
Referenced by BKE_image_pool_acquire_ibuf(), and image_pool_find_item().
| ImBuf* ImagePoolItem::ibuf |
Definition at line 5163 of file image.c.
Referenced by BKE_image_pool_acquire_ibuf(), and image_pool_find_item().
| Image* ImagePoolItem::image |
Definition at line 5162 of file image.c.
Referenced by BKE_image_pool_acquire_ibuf(), and image_pool_find_item().
| int ImagePoolItem::index |
Definition at line 5164 of file image.c.
Referenced by BKE_image_pool_acquire_ibuf(), and image_pool_find_item().
| struct ImagePoolItem* ImagePoolItem::next |
Definition at line 5161 of file image.c.
Referenced by image_pool_find_item().
| struct ImagePoolItem * ImagePoolItem::prev |