|
Blender
V3.3
|
Public Attributes | |
| struct ImThreadTile * | next |
| struct ImThreadTile * | prev |
| ImBuf * | ibuf |
| int | tx |
| int | ty |
| ImGlobalTile * | global |
| ImGlobalTile* ImThreadTile::global |
Definition at line 51 of file cache.c.
Referenced by imb_thread_cache_get_tile().
| ImBuf* ImThreadTile::ibuf |
Definition at line 48 of file cache.c.
Referenced by imb_thread_cache_get_tile(), and imb_thread_tile_hash().
| struct ImThreadTile* ImThreadTile::next |
| struct ImThreadTile * ImThreadTile::prev |
| int ImThreadTile::tx |
Definition at line 49 of file cache.c.
Referenced by imb_thread_cache_get_tile(), and imb_thread_tile_hash().
| int ImThreadTile::ty |
Definition at line 49 of file cache.c.
Referenced by imb_thread_cache_get_tile(), and imb_thread_tile_hash().